From 497160f4686346bacb5d5889f29e91acff04e86d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 06:12:47 +0000 Subject: [PATCH] build(deps): bump softprops/action-gh-release from 2.0.9 to 2.2.0 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.9 to 2.2.0. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8...7b4da11513bf3f43f9999e90eabced41ab8bb048) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c865a1e38..b95d7ebaf2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -790,7 +790,7 @@ jobs: > release-notes.md - name: Publish Release Candidate on GitHub if: steps.is-full-release.outputs.is-full-release != 'true' - uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 + uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 with: name: "[Release Candidate] ${{env.NEW_RELEASE_TAG}}" prerelease: true @@ -802,7 +802,7 @@ jobs: /tmp/polkadot-api-types-json/json/types.json - name: Publish Full Release on GitHub if: steps.is-full-release.outputs.is-full-release == 'true' - uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 + uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 with: body_path: tools/ci/release-notes/release-notes.md tag_name: ${{env.NEW_RELEASE_TAG}}