Fix ref syntax
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 1m16s
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 1m16s
This commit is contained in:
parent
20aacc8e50
commit
b11aab5b90
1 changed files with 1 additions and 1 deletions
|
@ -49,6 +49,6 @@ jobs:
|
||||||
sbtn coverageReport
|
sbtn coverageReport
|
||||||
- name: 'Publish Snapshot'
|
- name: 'Publish Snapshot'
|
||||||
run: |
|
run: |
|
||||||
echo "Testing env var propagation = '$GS_RELEASE_TYPE'"
|
echo "Testing env var propagation = ${{ env.GS_RELEASE_TYPE }}"
|
||||||
sbtn clean
|
sbtn clean
|
||||||
sbtn publish
|
sbtn publish
|
||||||
|
|
Loading…
Add table
Reference in a new issue