From 29160db77fc6784a1c8ce5b9d7392b2161adcc5c Mon Sep 17 00:00:00 2001 From: Andrew121410 Date: Mon, 6 May 2024 21:10:08 -0400 Subject: [PATCH] Yeah never mind go back. --- .github/workflows/gradle.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 55a1e373..0b5a0829 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -31,12 +31,11 @@ jobs: run: sha256sum build/libs/World1-6Essentials.jar >> hash.txt - name: Deploy Release With Artifact - uses: "softprops/action-gh-release@v2.0.4" # https://github.com/softprops/action-gh-release old version: https://github.com/marvinpinto/action-automatic-releases + uses: "marvinpinto/action-automatic-releases@latest" with: - tag_name: "latest" - make_latest: true + repo_token: "${{ secrets.GITHUB_TOKEN }}" + automatic_release_tag: "latest" prerelease: false - generate_release_notes: true files: | build/libs/World1-6Essentials.jar hash.txt \ No newline at end of file