We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a425cc8 commit db102a9Copy full SHA for db102a9
1 file changed
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/setup-java@v4
30
with:
31
distribution: zulu
32
- java-version: 17
+ java-version: 21
33
34
# Setup Gradle
35
- name: Setup Gradle
@@ -98,4 +98,4 @@ jobs:
98
--title "Changelog update - \`$VERSION\`" \
99
--body "Current pull request contains patched \`CHANGELOG.md\` file for the \`$VERSION\` version." \
100
--label "$LABEL" \
101
- --head $BRANCH
+ --head $BRANCH
0 commit comments