Skip to content

Commit 1ae9485

Browse files
committed
Update java version in release automation
Signed-off-by: Rahul Krishna <[email protected]>
1 parent caf951b commit 1ae9485

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
uses: graalvm/setup-graalvm@v1
2626
with:
2727
java-version: '11'
28-
distribution: 'graalvm-community'
28+
distribution: 'graalvm'
2929
github-token: ${{ secrets.GITHUB_TOKEN }}
30+
native-image-job-reports: 'true'
3031

3132
- name: Install jq
3233
run: sudo apt-get update && sudo apt-get install -y jq

0 commit comments

Comments
 (0)