Skip to content

Commit 5d7b758

Browse files
committed
bugfix: Add extracting release tag
1 parent d00ca36 commit 5d7b758

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,10 @@ jobs:
701701
- name: Add SBT proxy repositories
702702
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
703703

704+
# Extract the release tag
705+
- name: Extract the release tag
706+
run : echo "RELEASE_TAG=${GITHUB_REF#*refs/tags/}" >> $GITHUB_ENV
707+
704708
- name: Check compiler version
705709
shell: bash
706710
run : |

0 commit comments

Comments
 (0)