From 409080c2589d10c1c5b9ace4bf16b4ab7ecb4f4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 23:03:55 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v2.0.8 --- .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..422375f 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.8 with: draft: true fail_on_unmatched_files: true