From 14870c9dbfe50bed6071fb8d7292225af4141310 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 19:04:37 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v2.0.7 --- .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..ff5ffe4 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.0.7 with: draft: true fail_on_unmatched_files: true