diff --git a/.github/actions/get-release-notes/action.yml b/.github/actions/get-release-notes/action.yml index 6cfc4e446..6bfdacaee 100644 --- a/.github/actions/get-release-notes/action.yml +++ b/.github/actions/get-release-notes/action.yml @@ -32,7 +32,7 @@ runs: }); process.env.RELEASE_NOTES = pulls[0].body; console.log(pulls[0].title); - core.exportVariable('RELEASE_NOTES', pulls[0].title) + core.exportVariable('RELEASE_NOTES', pulls[0].body) return pulls[0].title; env: GITHUB_TOKEN: ${{ inputs.token }}