From 607033cf79797b5d6047eff7fb7e9310a1169c10 Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Fri, 23 Dec 2022 14:48:51 +0100 Subject: [PATCH] Update gradle.yml --- .github/workflows/gradle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index ae29f3a..377fa10 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -34,9 +34,9 @@ jobs: - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: "latest-1.19.2" + automatic_release_tag: "latest-1.19.3" prerelease: false - title: "1.19.2 Build" + title: "1.19.3 Build" files: | ./build/libs/*.jar