Skip to content

Commit 916a650

Browse files
committed
chore: Update release instructions and fix tag creation
1 parent 12cf860 commit 916a650

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ on:
3434

3535
jobs:
3636
stage_release:
37-
# To publish a release, merge a PR with the title prefix '[chore] Release ' to main.
37+
# 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.
3839
# To stage a release without publishing it, send a 'firebase_build' event or apply
3940
# the 'release:stage' label to a PR.
4041
if: github.event.action == 'firebase_build' ||
@@ -126,7 +127,7 @@ jobs:
126127
run: |
127128
gh release create "$RELEASE_VER" \
128129
--title "Firebase Admin Python SDK $RELEASE_VER" \
129-
--notes '$RELEASE_BODY'
130+
--notes "$RELEASE_BODY"
130131
131132
- name: Publish to Pypi
132133
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0

0 commit comments

Comments
 (0)