Skip to content

Commit c970c8b

Browse files
committed
readd windows version setting
1 parent 5f96e99 commit c970c8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
run: |
6565
curl https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein.bat -O lein.bat
6666
.\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"
6770
.\lein.bat native-image
6871
6972
- name: move jar ${{ matrix.config.name }}

0 commit comments

Comments
 (0)