Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
Setup Java 17 for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ustc-zzzz committed Jun 2, 2022
1 parent 772a046 commit 11f0c36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
with:
# Fetch all history
fetch-depth: 0
- name: Setup Java 17
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '17'
- name: Maven Publish
id: maven_publish
env:
Expand Down

0 comments on commit 11f0c36

Please sign in to comment.