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 4559c51 commit 5d4c34dCopy full SHA for 5d4c34d
.github/workflows/release-staging.yml
@@ -51,7 +51,7 @@ jobs:
51
# --ignoreUnstaged Adding the @firebase/app changeset file means
52
# there's unstaged changes. Ignore.
53
# TODO: Make these flags defaults in the release script.
54
- run: yarn release --releaseType staging --skipTests --skipReinstall --ignoreUnstaged
+ run: yarn release --releaseType Staging --skipTests --skipReinstall --ignoreUnstaged
55
env:
56
NPM_TOKEN_ANALYTICS: ${{secrets.NPM_TOKEN_ANALYTICS}}
57
NPM_TOKEN_ANALYTICS_INTEROP_TYPES: ${{secrets.NPM_TOKEN_ANALYTICS_INTEROP_TYPES}}
0 commit comments