Skip to content

Commit

Permalink
hotfix: updating java version under release
Browse files Browse the repository at this point in the history
  • Loading branch information
WalrusSoup authored Nov 22, 2024
1 parent 0de4323 commit 427c250
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
with:
ref: ${{ github.event.release.tag_name }}

# Setup Java 11 environment for the next steps
# Set up Java environment for the next steps
- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 11
java-version: 17

# Set environment variables
- name: Export Properties
Expand Down

0 comments on commit 427c250

Please sign in to comment.