File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,7 @@ echo "$CHANGELOG"
172172# See https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#example-of-a-multiline-string
173173# and https://github.com/github/docs/issues/21529#issue-1418590935
174174FILTERED_CHANGELOG=` echo " $CHANGELOG " | grep -v " \\ [INFO\\ ]" `
175+ FILTERED_CHANGELOG=" ${FILTERED_CHANGELOG// $' \' ' / ' "' } "
175176echo " changelog<<CHANGELOGEOF" >> $GITHUB_OUTPUT
176177echo -e " $FILTERED_CHANGELOG " >> $GITHUB_OUTPUT
177178echo " CHANGELOGEOF" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
119119 run : gh release create ${{ steps.preflight.outputs.version }}
120120 --title "Firebase Admin Python SDK ${{ steps.preflight.outputs.version }}"
121- --notes " ${{ steps.preflight.outputs.changelog }}"
121+ --notes ' ${{ steps.preflight.outputs.changelog }}'
122122
123123 - name : Publish to Pypi
124124 uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments