Skip to content

Commit 5d4c34d

Browse files
committed
Update staging case
1 parent 4559c51 commit 5d4c34d

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
@@ -51,7 +51,7 @@ jobs:
5151
# --ignoreUnstaged Adding the @firebase/app changeset file means
5252
# there's unstaged changes. Ignore.
5353
# TODO: Make these flags defaults in the release script.
54-
run: yarn release --releaseType staging --skipTests --skipReinstall --ignoreUnstaged
54+
run: yarn release --releaseType Staging --skipTests --skipReinstall --ignoreUnstaged
5555
env:
5656
NPM_TOKEN_ANALYTICS: ${{secrets.NPM_TOKEN_ANALYTICS}}
5757
NPM_TOKEN_ANALYTICS_INTEROP_TYPES: ${{secrets.NPM_TOKEN_ANALYTICS_INTEROP_TYPES}}

0 commit comments

Comments
 (0)