We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00ca36 commit a783547Copy full SHA for a783547
.github/workflows/ci.yaml
@@ -95,6 +95,10 @@ jobs:
95
- name: Add SBT proxy repositories
96
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
97
98
+ # Extract the release tag
99
+ - name: Extract the release tag
100
+ run : echo "RELEASE_TAG=${GITHUB_REF#*refs/tags/}" >> $GITHUB_ENV
101
+
102
- name: Test
103
# DON'T add dist/pack!
104
# Adding dist/pack bootstraps the compiler
0 commit comments