From f3db705aa93c216be02ca282dc4cf221cf199a68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 22:45:10 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v2.0.6 --- .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 584a37cc..5a939f39 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -138,7 +138,7 @@ jobs: - name: Release to GitHub Release if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v2.0.5 + uses: softprops/action-gh-release@v2.0.6 with: draft: true fail_on_unmatched_files: true