Skip to content

Commit bdaebb1

Browse files
authored
SWI-11591 Update Tag Logic in Deploy WF
1 parent 538519f commit bdaebb1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- name: Set Release Version
3535
run: |
36-
RELEASE_VERSION=${GITHUB_REF#refs/tags/v}
36+
RELEASE_VERSION=${TAG#v}
3737
re=[0-9]+\.[0-9]+\.[0-9]+
3838
if [[ $RELEASE_VERSION =~ $re ]]; then
3939
echo "GEM_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
@@ -45,7 +45,7 @@ jobs:
4545
fi
4646
4747
- name: Checkout
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@v6
4949

5050
- name: Setup Ruby
5151
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)