Skip to content

Commit

Permalink
fixed java vesion for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Dec 18, 2023
1 parent f8d4980 commit d2c5f97
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ jobs:
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
steps:
- uses: actions/checkout@v2
- name: Setup Java 8
- name: Setup Java 17
uses: actions/setup-java@v3
with:
distribution: corretto
java-version: 8
cache: gradle
java-version: 17
- name: Semantic Version
id: version
uses: ncipollo/semantic-version-action@v1
Expand Down

0 comments on commit d2c5f97

Please sign in to comment.