File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -908,7 +908,7 @@ jobs:
908
908
> release-notes.md
909
909
- name : Publish Release Candidate on GitHub
910
910
if : steps.is-full-release.outputs.is-full-release != 'true'
911
- uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
911
+ uses : softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836
912
912
with :
913
913
name : " [Release Candidate] ${{env.NEW_RELEASE_TAG}}"
914
914
prerelease : true
@@ -920,7 +920,7 @@ jobs:
920
920
/tmp/polkadot-api-types-json/json/types.json
921
921
- name : Publish Full Release on GitHub
922
922
if : steps.is-full-release.outputs.is-full-release == 'true'
923
- uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
923
+ uses : softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836
924
924
with :
925
925
body_path : tools/ci/release-notes/release-notes.md
926
926
tag_name : ${{env.NEW_RELEASE_TAG}}
You can’t perform that action at this time.
0 commit comments