Skip to content

Commit a30f751

Browse files
build(deps): bump softprops/action-gh-release from 2.0.9 to 2.2.2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.9 to 2.2.2. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@e7a8f85...da05d55) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9754774 commit a30f751

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ jobs:
857857
> release-notes.md
858858
- name: Publish Release Candidate on GitHub
859859
if: steps.is-full-release.outputs.is-full-release != 'true'
860-
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8
860+
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
861861
with:
862862
name: "[Release Candidate] ${{env.NEW_RELEASE_TAG}}"
863863
prerelease: true
@@ -869,7 +869,7 @@ jobs:
869869
/tmp/polkadot-api-types-json/json/types.json
870870
- name: Publish Full Release on GitHub
871871
if: steps.is-full-release.outputs.is-full-release == 'true'
872-
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8
872+
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
873873
with:
874874
body_path: tools/ci/release-notes/release-notes.md
875875
tag_name: ${{env.NEW_RELEASE_TAG}}

0 commit comments

Comments
 (0)