Skip to content

Commit cbac0b6

Browse files
authored
SWI-11591 Update Tag Logic in Deploy WF (#303)
1 parent 3eb9779 commit cbac0b6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434

3535
steps:
3636
- name: Set Release Version
37-
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
37+
run: echo "RELEASE_VERSION=${TAG#v}" >> $GITHUB_ENV
38+
env:
39+
TAG: ${{ github.event.release.tag_name }}
3840

3941
- name: Check Release Tag Format
4042
run: |

0 commit comments

Comments
 (0)