From 4b1729b8762a897be327272d95b84d354e66196a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:50:18 -0400 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v2 (#322) --- .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 428321dd..bd211a31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: run: .github/workflows/release_prep.sh > release_notes.txt - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: prerelease: true # Use GH feature to populate the changelog automatically