Skip to content

Commit

Permalink
Fix Java version in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Mar 6, 2024
1 parent 39f4866 commit 3446ddf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'

- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
Expand Down

0 comments on commit 3446ddf

Please sign in to comment.