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 0e6b96f commit 8141f42Copy full SHA for 8141f42
.github/workflows/publish.yml
@@ -64,6 +64,7 @@ jobs:
64
$GITHUB_REF_NAME = $env:GITHUB_REF_NAME
65
$VERSION = $GITHUB_REF_NAME -replace '^v', ''
66
lein set-version "$VERSION"
67
+ lein compile :all
68
lein native-image
69
70
- name: move jar ${{ matrix.config.name }}
0 commit comments