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 5f96e99 commit c970c8bCopy full SHA for c970c8b
.github/workflows/publish.yml
@@ -64,6 +64,9 @@ jobs:
64
run: |
65
curl https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein.bat -O lein.bat
66
.\lein.bat self-install
67
+ $GITHUB_REF_NAME = $env:GITHUB_REF_NAME
68
+ $VERSION = $GITHUB_REF_NAME -replace '^v', ''
69
+ .\lein.bat set-version "$VERSION"
70
.\lein.bat native-image
71
72
- name: move jar ${{ matrix.config.name }}
0 commit comments