Skip to content

Commit

Permalink
ci: Add Java to the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rvost committed Dec 31, 2023
1 parent 7b562b3 commit 86002a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 16
- uses: actions/setup-java@v3
with:
java-version: '17'
- name: Extract minor version
id: version
run: |
Expand Down

0 comments on commit 86002a2

Please sign in to comment.