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:
|
steps:
|
||||||
- id: prepare
|
- id: prepare
|
||||||
name: Prepare environment variables
|
name: Prepare environment variables
|
||||||
uses: actions/checkout@v2
|
|
||||||
run: |
|
run: |
|
||||||
echo ::set-output name=SOURCE_NAME::${GITHUB_REF#refs/*/}
|
echo ::set-output name=SOURCE_NAME::${GITHUB_REF#refs/*/}
|
||||||
echo ::set-output name=SOURCE_BRANCH::${GITHUB_REF#refs/heads/}
|
echo ::set-output name=SOURCE_BRANCH::${GITHUB_REF#refs/heads/}
|
||||||
@@ -20,7 +19,6 @@ jobs:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
name: GitHub Package Registry
|
name: GitHub Package Registry
|
||||||
id: ghpr
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [prepare-data]
|
needs: [prepare-data]
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user