We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05bff39 commit 22a7ec6Copy full SHA for 22a7ec6
.github/workflows/release-cli.yml
@@ -19,12 +19,12 @@ jobs:
19
- uses: actions/checkout@v4
20
- uses: graalvm/setup-graalvm@v1
21
with:
22
- java-version: '22'
+ java-version: '21'
23
native-image-musl: 'true'
24
-# distribution: 'liberica'
25
- distribution: 'graalvm'
+ distribution: 'liberica'
+# distribution: 'graalvm'
26
github-token: ${{ secrets.GITHUB_TOKEN }}
27
- version: '22.0.2'
+# version: '21.0.2'
28
native-image-job-reports: 'true'
29
- name: Get Tag from version file
30
run: |
0 commit comments