Skip to content

Commit 70c3d38

Browse files
committed
update ci flag in workflow
1 parent c1e3f5c commit 70c3d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# --ignoreUnstaged Adding the @firebase/app changeset file means
5656
# there's unstaged changes. Ignore.
5757
# TODO: Make these flags defaults in the release script.
58-
run: yarn release --releaseType Staging --skipTests --skipReinstall --ignoreUnstaged --skipPrompts
58+
run: yarn release --releaseType Staging --skipTests --skipReinstall --ignoreUnstaged --ci
5959
env:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6161
NPM_TOKEN_ANALYTICS: ${{secrets.NPM_TOKEN_ANALYTICS}}

0 commit comments

Comments
 (0)