We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c30407 commit 93ded3dCopy full SHA for 93ded3d
.github/workflows/cicd.yml
@@ -127,8 +127,10 @@ jobs:
127
}}
128
steps:
129
- name: Release Reference or Tag Version
130
+ env:
131
+ VERSION: ${{github.event.release.tag_name}}
132
run: echo "Reference is $GITHUB_REF" \
- echo "Tag is $github.event.release.tag_name"
133
+ echo "Tag is $VERSION or ${{github.event.release.tag_name}}"
134
135
# technically this should be combined with build, this is a test
136
deploy:
0 commit comments