Skip to content

Commit b224f7d

Browse files
committed
Echo env var
1 parent 3ee045e commit b224f7d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
- name: Determine version
2222
run: |
2323
echo REL_TAG=$(awk '/version =/ {print $3}' hpc_provisioner/pyproject.toml | tr -d '"') >> $GITHUB_ENV
24+
- name: Echo env var
25+
run: |
26+
echo ${{ vars.ENV_NAME }}
27+
exit 1
2428
- name: Create and upload tag ${{ env.REL_TAG }}
2529
run: |
2630
git config user.name github-actions

0 commit comments

Comments
 (0)