Skip to content

Commit a783547

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

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
@@ -95,6 +95,10 @@ jobs:
9595
- name: Add SBT proxy repositories
9696
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
9797

98+
# Extract the release tag
99+
- name: Extract the release tag
100+
run : echo "RELEASE_TAG=${GITHUB_REF#*refs/tags/}" >> $GITHUB_ENV
101+
98102
- name: Test
99103
# DON'T add dist/pack!
100104
# Adding dist/pack bootstraps the compiler

0 commit comments

Comments
 (0)