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 5c6d139 commit 987f61bCopy full SHA for 987f61b
.github/workflows/release-staging.yml
@@ -55,7 +55,7 @@ jobs:
55
# --ignoreUnstaged Adding the @firebase/app changeset file means
56
# there's unstaged changes. Ignore.
57
# TODO: Make these flags defaults in the release script.
58
- run: yarn release --releaseType Staging --ci --skipTests --skipReinstall --ignoreUnstaged
+ run: yarn release --releaseType Staging --ci --skipTests --skipReinstall --ignoreUnstaged
59
env:
60
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
NPM_TOKEN_ANALYTICS: ${{secrets.NPM_TOKEN_ANALYTICS}}
0 commit comments