We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12cf860 commit 916a650Copy full SHA for 916a650
1 file changed
.github/workflows/release.yml
@@ -34,7 +34,8 @@ on:
34
35
jobs:
36
stage_release:
37
- # To publish a release, merge a PR with the title prefix '[chore] Release ' to main.
+ # To publish a release, merge a PR with the title prefix '[chore] Release ' to main
38
+ # and ensure the squashed commit message also has the prefix.
39
# To stage a release without publishing it, send a 'firebase_build' event or apply
40
# the 'release:stage' label to a PR.
41
if: github.event.action == 'firebase_build' ||
@@ -126,7 +127,7 @@ jobs:
126
127
run: |
128
gh release create "$RELEASE_VER" \
129
--title "Firebase Admin Python SDK $RELEASE_VER" \
- --notes '$RELEASE_BODY'
130
+ --notes "$RELEASE_BODY"
131
132
- name: Publish to Pypi
133
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
0 commit comments