Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5f2e956e80 | |||
| 242137d421 |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -12,7 +12,6 @@ jobs:
|
||||
steps:
|
||||
- id: prepare
|
||||
name: Prepare environment variables
|
||||
uses: actions/checkout@v2
|
||||
run: |
|
||||
echo ::set-output name=SOURCE_NAME::${GITHUB_REF#refs/*/}
|
||||
echo ::set-output name=SOURCE_BRANCH::${GITHUB_REF#refs/heads/}
|
||||
@@ -20,7 +19,6 @@ jobs:
|
||||
|
||||
build:
|
||||
name: GitHub Package Registry
|
||||
id: ghpr
|
||||
runs-on: ubuntu-latest
|
||||
needs: [prepare-data]
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user