Skip to content

Commit faecb03

Browse files
committed
Update version displayed on build workflow
1 parent 4768fec commit faecb03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v4
23-
- name: Set up JDK 17
23+
- name: Set up JDK 21
2424
uses: actions/[email protected]
2525
with:
2626
java-version: 21
@@ -34,9 +34,9 @@ jobs:
3434
- uses: "marvinpinto/action-automatic-releases@latest"
3535
with:
3636
repo_token: "${{ secrets.GITHUB_TOKEN }}"
37-
automatic_release_tag: "latest-1.21"
37+
automatic_release_tag: "latest-1.21.4"
3838
prerelease: false
39-
title: "1.21 Build"
39+
title: "1.21.4 Build"
4040
files: |
4141
./build/libs/*.jar
4242

0 commit comments

Comments
 (0)