From 4cd248c697bbbe56bf718b1bdff9481c14e4f2b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 02:48:45 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v2 --- .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 d37af99..1aecff0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: - build-linux steps: - uses: actions/download-artifact@v3 - - uses: softprops/action-gh-release@v1 + - uses: softprops/action-gh-release@v2 with: prerelease: true fail_on_unmatched_files: true