From a77f8a309f6a1ba5b46bda055efce6c4c08bf11c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 22:06:52 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v2.1.0 --- .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 5d99023..02be0fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -133,7 +133,7 @@ jobs: - name: Release to GitHub Release if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v2.0.4 + uses: softprops/action-gh-release@v2.1.0 with: draft: true fail_on_unmatched_files: true