From 8273ad4f8ee89acd37b4ea4f09f70758977f328b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 02:54:44 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v2 (#859) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge-main.yml b/.github/workflows/merge-main.yml index 83e9df3fe7..0d0a3b1aaf 100644 --- a/.github/workflows/merge-main.yml +++ b/.github/workflows/merge-main.yml @@ -127,7 +127,7 @@ jobs: git-push: "true" - name: Create Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: ${{ steps.changelog.outputs.tag != '' }} continue-on-error: true env: