Skip to content

Commit

Permalink
Upgrade JDK21
Browse files Browse the repository at this point in the history
  • Loading branch information
sblantipodi authored Oct 12, 2023
1 parent bd61eb3 commit 12fcf10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21-ea'
java-version: '21'
architecture: x64
- id: get-id
run: |
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21-ea'
java-version: '21'
architecture: x64
- name: Set up Maven Settings for deploy
uses: s4u/[email protected]
Expand All @@ -193,4 +193,4 @@ jobs:
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: |
# hub release edit --draft=false -m "Release ${{ env.RELEASE_VERSION }}" "${{ env.RELEASE_VERSION }}"
# hub release edit --draft=false -m "Release ${{ env.RELEASE_VERSION }}" "${{ env.RELEASE_VERSION }}"

0 comments on commit 12fcf10

Please sign in to comment.