Skip to content

Commit

Permalink
Fix Release script
Browse files Browse the repository at this point in the history
  • Loading branch information
raynigon committed Dec 13, 2022
1 parent 122ccba commit 145faeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- name: "Setup Java JDK"
uses: actions/[email protected]
with:
java-version: 11
java-version: 17
distribution: adopt
- id: vars
name: "Determine Tag Name"
run: |
Expand Down

0 comments on commit 145faeb

Please sign in to comment.