Skip to content

Commit 1ef8b65

Browse files
committed
[skip ci] fix missing jdk install
1 parent 8049d80 commit 1ef8b65

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ jobs:
8282
with:
8383
token: ${{ secrets.GH_TOKEN }}
8484
ref: v${{ needs.publish.outputs.release_version }}
85+
- name: Set up JDK
86+
uses: actions/setup-java@v4
87+
with:
88+
distribution: 'liberica'
89+
java-version: '17'
8590
- name: Nexus Staging Close And Release
8691
uses: gradle/gradle-build-action@v3
8792
env:

0 commit comments

Comments
 (0)