diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8115a40937..428af712e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -857,7 +857,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@da05d552573ad5aba039eaac05058a918a7bf631 with: name: "[Release Candidate] ${{env.NEW_RELEASE_TAG}}" prerelease: true @@ -869,7 +869,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@da05d552573ad5aba039eaac05058a918a7bf631 with: body_path: tools/ci/release-notes/release-notes.md tag_name: ${{env.NEW_RELEASE_TAG}}