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 4fe4d4b commit daf271aCopy full SHA for daf271a
1 file changed
scripts/release/02-release-builds.sh
@@ -31,7 +31,7 @@ fi
31
32
YARN_NPM_PUBLISH_REGISTRY=https://npm.pkg.github.com yarn workspaces foreach \
33
--verbose --all --topological --no-private "${RELEASE_ARGUMENTS[@]}" \
34
- npm publish --tolerate-republish --staged
+ npm publish --tolerate-republish
35
36
yarn workspaces foreach \
37
0 commit comments