Skip to content

Commit

Permalink
Updating GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernKW committed Dec 18, 2022
1 parent e48484e commit ded1293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
java-version: 17
distribution: 'temurin'
- name: Publish package
env:
JRELEASER_NEXUS2_USERNAME: ${{ secrets.JRELEASER_NEXUS2_USERNAME }}
Expand Down

0 comments on commit ded1293

Please sign in to comment.