diff --git a/.github/actions/get-release-notes/action.yml b/.github/actions/get-release-notes/action.yml index 6bfdacaee..846aa45c9 100644 --- a/.github/actions/get-release-notes/action.yml +++ b/.github/actions/get-release-notes/action.yml @@ -30,10 +30,7 @@ runs: state: 'all', head: `${process.env.REPO_OWNER}:release/${process.env.VERSION}`, }); - process.env.RELEASE_NOTES = pulls[0].body; - console.log(pulls[0].title); core.exportVariable('RELEASE_NOTES', pulls[0].body) - return pulls[0].title; env: GITHUB_TOKEN: ${{ inputs.token }} REPO_OWNER: ${{ inputs.repo_owner }}