Skip to content

Commit 987f61b

Browse files
committed
update flag spacing
1 parent 5c6d139 commit 987f61b

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 --ci --skipTests --skipReinstall --ignoreUnstaged
58+
run: yarn release --releaseType Staging --ci --skipTests --skipReinstall --ignoreUnstaged
5959
env:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6161
NPM_TOKEN_ANALYTICS: ${{secrets.NPM_TOKEN_ANALYTICS}}

0 commit comments

Comments
 (0)