From 75fa1c5cded9ae78ab2f6c35edf53c5c23a90bc8 Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Sat, 11 Jun 2022 12:14:57 +0200 Subject: [PATCH] fix tag --- .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 2d348e4..8cee370 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -4,7 +4,7 @@ name: Java CI with Gradle concurrency: - group: "build-1.18" + group: "build-1.19" 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.18" + automatic_release_tag: "latest-1.19" prerelease: false - title: "1.18 Build" + title: "1.19 Build" files: | ./build/libs/*.jar