From 03f2aa4a61bf8557bb8ff5c8d94bb3633e6de3af Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Tue, 20 Jun 2023 18:10:28 +0200 Subject: [PATCH] forgor the ci --- .github/workflows/gradle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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