Skip to content

Commit

Permalink
fix: jdk version on publish-release-version workflow (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
y9vad9 authored Jul 31, 2023
1 parent 3d2e9b7 commit 184c393
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'

java-version: '19'
distribution: 'corretto'
- name: Cache Gradle dependencies
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 184c393

Please sign in to comment.