From 6ee43899714d0264489c22db45591e950ba0631c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 21:56:26 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v2 --- .github/workflows/publish-release-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release-build.yml b/.github/workflows/publish-release-build.yml index 16d55b0f99..f477e5ce84 100644 --- a/.github/workflows/publish-release-build.yml +++ b/.github/workflows/publish-release-build.yml @@ -59,7 +59,7 @@ jobs: - name: Create release id: github_release if: ${{ success() }} - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: draft: false prerelease: false