Update release.yml

This commit is contained in:
oSumAtrIX 2025-04-09 11:43:59 +02:00 committed by GitHub
parent 11eeefc012
commit 8940e0df86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,10 @@ jobs:
fetch-depth: 0
- name: Setup Java
run: echo "JAVA_HOME=$JAVA_HOME_17_X64" >> $GITHUB_ENV
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Setup Node.js
uses: actions/setup-node@v4