We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884d500 commit ada6427Copy full SHA for ada6427
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' ||
@@ -136,7 +137,7 @@ jobs:
136
137
run: |
138
gh release create "$RELEASE_VER" \
139
--title "Firebase Admin Node.js SDK $RELEASE_VER" \
- --notes '$RELEASE_BODY'
140
+ --notes "$RELEASE_BODY"
141
142
- name: Publish to NPM
143
run: ./.github/scripts/publish_package.sh
0 commit comments