Skip to content

Commit

Permalink
Fix java version in CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ledoyen committed Oct 4, 2023
1 parent eab1c34 commit fe283da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '8'
distribution: 'temurin'
java-version: '17'
server-id: ossrh
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
Expand Down

0 comments on commit fe283da

Please sign in to comment.