From 98dab127fd3db11ce8d3298fe1432c6f04b6be39 Mon Sep 17 00:00:00 2001 From: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com> Date: Wed, 23 Oct 2024 07:41:43 -0400 Subject: [PATCH] Revert action releases change --- .github/workflows/build-1211.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-1211.yml b/.github/workflows/build-1211.yml index 2f2582c0..4bc19d8f 100644 --- a/.github/workflows/build-1211.yml +++ b/.github/workflows/build-1211.yml @@ -57,12 +57,14 @@ jobs: run: | mv ./leaf-1.21.1-mojmap.jar ./leaf-1.21.1.jar + # TODO: marvinpinto/action-automatic-releases is archived, need to find new one + # Notes: create releases every time, similar changelogs with this, all commits for changelogs - name: Release Leaf if: github.event_name != 'pull_request' - uses: softprops/action-gh-release@master + uses: marvinpinto/action-automatic-releases@master with: - name: "Leaf 1.21.1" - tag_name: "ver-1.21.1" - token: "${{ secrets.GITHUB_TOKEN }}" + title: "Leaf 1.21.1" + automatic_release_tag: "ver-1.21.1" + repo_token: "${{ secrets.GITHUB_TOKEN }}" files: "./leaf-1.21.1.jar" prerelease: false