From 79fcc6b453c8dd34dc1bc0de12145797ebdc7b3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:18:04 +0000 Subject: [PATCH] [Renovate] Update softprops/action-gh-release action to v2.0.3 --- .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 4b76b050..02c26839 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: - id: tag_name run: echo "version=$(cat .version)" >> "$GITHUB_OUTPUT" - - uses: softprops/action-gh-release@v2.0.2 + - uses: softprops/action-gh-release@v2.0.3 with: generate_release_notes: true tag_name: v${{ steps.tag_name.outputs.version }}