diff --git a/.github/actions/get-release-notes/action.yml b/.github/actions/get-release-notes/action.yml index 90b4aa9..fb79d58 100644 --- a/.github/actions/get-release-notes/action.yml +++ b/.github/actions/get-release-notes/action.yml @@ -17,8 +17,7 @@ runs: - id: notes run: | notes=$(node ${{ github.action_path }}/getReleaseNotes ${{ inputs.version }} ${{ inputs.changelog }}) - notes="${notes//'%'/'%25'}" - notes="${notes//$'\n'/'%0A'}" - notes="${notes//$'\r'/'%0D'}" - echo "RELEASE_NOTES=$notes" >> $GITHUB_OUTPUT + echo "RELEASE_NOTES<> $GITHUB_OUTPUT + echo "$notes" >> $GITHUB_OUTPUT + echo "EOF" >> $GITHUB_OUTPUT shell: bash \ No newline at end of file