From a4f1b6215b1d50e02125ca312c5b86d72e2edbde Mon Sep 17 00:00:00 2001 From: quietvoid Date: Sat, 14 Sep 2024 12:27:20 -0400 Subject: [PATCH] Update action-gh-release --- .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 8bb5040..144a3c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -166,7 +166,7 @@ jobs: macOS artifacts/* - name: Create a draft release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: ${{ env.RELEASE_PKG_VERSION }} draft: true