Skip to content

Commit ada6427

Browse files
committed
chore: Update release instructions and fix tag creation
1 parent 884d500 commit ada6427

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.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' ||
@@ -136,7 +137,7 @@ jobs:
136137
run: |
137138
gh release create "$RELEASE_VER" \
138139
--title "Firebase Admin Node.js SDK $RELEASE_VER" \
139-
--notes '$RELEASE_BODY'
140+
--notes "$RELEASE_BODY"
140141
141142
- name: Publish to NPM
142143
run: ./.github/scripts/publish_package.sh

0 commit comments

Comments
 (0)