Skip to content

Commit

Permalink
chore: setting Java 17 for the release flow (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso authored Jul 1, 2024
1 parent 9a69770 commit f81c330
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit f81c330

Please sign in to comment.