File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -857,7 +857,7 @@ jobs:
857
857
> release-notes.md
858
858
- name : Publish Release Candidate on GitHub
859
859
if : steps.is-full-release.outputs.is-full-release != 'true'
860
- uses : softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8
860
+ uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
861
861
with :
862
862
name : " [Release Candidate] ${{env.NEW_RELEASE_TAG}}"
863
863
prerelease : true
@@ -869,7 +869,7 @@ jobs:
869
869
/tmp/polkadot-api-types-json/json/types.json
870
870
- name : Publish Full Release on GitHub
871
871
if : steps.is-full-release.outputs.is-full-release == 'true'
872
- uses : softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8
872
+ uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
873
873
with :
874
874
body_path : tools/ci/release-notes/release-notes.md
875
875
tag_name : ${{env.NEW_RELEASE_TAG}}
You can’t perform that action at this time.
0 commit comments