Skip to content

Commit

Permalink
fix java version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pschichtel authored Dec 15, 2024
1 parent 5c05eea commit 61c0539
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: temurin
server-id: ossrh
server-username: MAVEN_USERNAME
Expand All @@ -25,4 +25,4 @@ jobs:
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
run: mvn -U package deploy
run: mvn -U package deploy

0 comments on commit 61c0539

Please sign in to comment.