Skip to content

Commit

Permalink
ci: fixup release java action (#4568)
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun authored May 2, 2024
1 parent c710b4a commit 0d708ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
distribution: 'temurin'
distribution: 'zulu'
java-version: '8'
cache: 'maven'
server-id: apache.releases.https
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
distribution: 'temurin'
distribution: 'zulu'
java-version: '8'
cache: 'maven'
server-id: apache.releases.https
Expand Down

0 comments on commit 0d708ee

Please sign in to comment.