From 316a86b8b809fbd8af18e3621a1ec2fb341cd30f Mon Sep 17 00:00:00 2001 From: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com> Date: Wed, 26 Apr 2023 02:43:41 -0400 Subject: [PATCH] Update release action of workflow --- .github/workflows/build-1194.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-1194.yml b/.github/workflows/build-1194.yml index 861d50e2..5f35aa3d 100644 --- a/.github/workflows/build-1194.yml +++ b/.github/workflows/build-1194.yml @@ -28,12 +28,12 @@ jobs: with: name: Leaf path: ./leaf-1.19.4.jar - - name: Release Artifacts + - name: Release Leaf if: github.ref_name == 'ver/1.19.4' - uses: marvinpinto/action-automatic-releases@latest + uses: softprops/action-gh-release@master with: - title: "Leaf 1.19.4" - automatic_release_tag: "ver-1.19.4" - repo_token: "${{ secrets.GITHUB_TOKEN }}" + name: "Leaf 1.19.4" + tag_name: "ver-1.19.4" + token: "${{ secrets.GITHUB_TOKEN }}" files: "./leaf-1.19.4.jar" prerelease: false