Skip to content

Commit 93ded3d

Browse files
authored
version - cicd.yml
1 parent 3c30407 commit 93ded3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,10 @@ jobs:
127127
}}
128128
steps:
129129
- name: Release Reference or Tag Version
130+
env:
131+
VERSION: ${{github.event.release.tag_name}}
130132
run: echo "Reference is $GITHUB_REF" \
131-
echo "Tag is $github.event.release.tag_name"
133+
echo "Tag is $VERSION or ${{github.event.release.tag_name}}"
132134

133135
# technically this should be combined with build, this is a test
134136
deploy:

0 commit comments

Comments
 (0)