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