Skip to content

Commit d84a7dc

Browse files
authored
chore: update Java from default to 17 in release workflow (#1244)
1 parent 46a07e3 commit d84a7dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
uses: actions/checkout@v3
2727
with:
2828
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
29+
- name: Set up JDK 17
30+
uses: actions/setup-java@v3
31+
with:
32+
java-version: '17'
33+
distribution: 'temurin'
2934
- uses: gradle/[email protected]
3035
- name: Create .gpg key
3136
run: |

0 commit comments

Comments
 (0)