fixed build
This commit is contained in:
parent
feb53b57ca
commit
46a4a61dea
1 changed files with 9 additions and 4 deletions
13
.github/workflows/buildReporting.yml
vendored
13
.github/workflows/buildReporting.yml
vendored
|
@ -56,12 +56,17 @@ jobs:
|
||||||
id: short-sha
|
id: short-sha
|
||||||
-
|
-
|
||||||
name: Store short SHA as environment variable
|
name: Store short SHA as environment variable
|
||||||
run: |
|
run: echo $SHA
|
||||||
echo $SHA
|
|
||||||
echo $TAG_NAME
|
|
||||||
echo ${{ env.TAG_NAME }}
|
|
||||||
env:
|
env:
|
||||||
SHA: ${{ steps.short-sha.outputs.sha }}
|
SHA: ${{ steps.short-sha.outputs.sha }}
|
||||||
|
|
||||||
|
name: Set env
|
||||||
|
run: echo "TAG_NAME=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
||||||
|
-
|
||||||
|
name: Test tag name
|
||||||
|
run: |
|
||||||
|
echo $TAG_NAME
|
||||||
|
echo ${{ env.TAG_NAME }}
|
||||||
-
|
-
|
||||||
name: Checkout repository
|
name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue