diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 825a852..7e8e745 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -4,7 +4,7 @@ name: Java CI with Gradle concurrency: - group: "build-1.19.4" + group: "build-1.20" cancel-in-progress: true on: @@ -34,9 +34,9 @@ jobs: - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: "latest-1.19.4" + automatic_release_tag: "latest-1.20" prerelease: false - title: "1.19.4 Build" + title: "1.20 Build" files: | ./build/libs/*.jar