Skip to content

Commit 451880f

Browse files
authored
[chore] Release 6.4.0 Take #2 (#762)
1 parent ee5cb24 commit 451880f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .github/scripts/publish_preflight_check.sh

+1
Original file line numberDiff line numberDiff 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
174174
FILTERED_CHANGELOG=`echo "$CHANGELOG" | grep -v "\\[INFO\\]"`
175+
FILTERED_CHANGELOG="${FILTERED_CHANGELOG//$'\''/'"'}"
175176
echo "changelog<<CHANGELOGEOF" >> $GITHUB_OUTPUT
176177
echo -e "$FILTERED_CHANGELOG" >> $GITHUB_OUTPUT
177178
echo "CHANGELOGEOF" >> $GITHUB_OUTPUT

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)