From 7db5c5329ad902d812ac8beb0480782dcb49259b Mon Sep 17 00:00:00 2001 From: MrBounty Date: Sun, 12 Jan 2025 16:34:59 +0100 Subject: [PATCH] Update workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b481767..ce2761d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: done - name: Upload release artifacts - uses: softprops/gotta-release@v2 + uses: ncipollo/release-action@v1 with: token: ${{ secrets.GITHUB_TOKEN }} draft: true