Skip to content

Commit

Permalink
Fix CI java version
Browse files Browse the repository at this point in the history
  • Loading branch information
KBurgmann committed Aug 9, 2023
1 parent 8ffc599 commit 61bbe81
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
- run: |
git tag v${{ env.release_version }}
git push --tags
- name: Setup java
uses: actions/[email protected]
with:
distribution: 'adopt-hotspot'
java-version: '17'
- name: Setup cache
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -83,4 +88,4 @@ jobs:
tag_name: v${{ env.release_version }}
body: |
${{ steps.changelog.outputs.changelog }}
prerelease: ${{ steps.changelog.outputs.prerelease }}
prerelease: ${{ steps.changelog.outputs.prerelease }}

0 comments on commit 61bbe81

Please sign in to comment.