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}}