Skip to content

Commit

Permalink
fix: now using temurin Java 11 LTS for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdelahunt committed Jan 11, 2023
1 parent 522901a commit c926ac7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- name: Use Java 15
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '15'
check-latest: true
distribution: 'temurin'
java-version: '11'
use-latest: true
server-id: ossrh
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
Expand Down

0 comments on commit c926ac7

Please sign in to comment.