Skip to content

Commit

Permalink
[chore] Release 6.4.0 Take #2 (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanedey authored Jan 23, 2024
1 parent ee5cb24 commit 451880f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/scripts/publish_preflight_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ echo "$CHANGELOG"
# See https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#example-of-a-multiline-string
# and https://github.com/github/docs/issues/21529#issue-1418590935
FILTERED_CHANGELOG=`echo "$CHANGELOG" | grep -v "\\[INFO\\]"`
FILTERED_CHANGELOG="${FILTERED_CHANGELOG//$'\''/'"'}"
echo "changelog<<CHANGELOGEOF" >> $GITHUB_OUTPUT
echo -e "$FILTERED_CHANGELOG" >> $GITHUB_OUTPUT
echo "CHANGELOGEOF" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release create ${{ steps.preflight.outputs.version }}
--title "Firebase Admin Python SDK ${{ steps.preflight.outputs.version }}"
--notes "${{ steps.preflight.outputs.changelog }}"
--notes '${{ steps.preflight.outputs.changelog }}'

- name: Publish to Pypi
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 451880f

Please sign in to comment.