Skip to content

Commit

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

0 comments on commit 035e7f4

Please sign in to comment.