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 ed61394 commit 760e5afCopy full SHA for 760e5af
publish.sh
@@ -21,4 +21,4 @@ fi
21
22
echo "Publishing version $OVERRIDE_VERSION with npm tag '$NPM_TAG' for commit $COMMIT_SHA."
23
npm --no-git-tag-version --allow-same-version version $OVERRIDE_VERSION
24
-npm publish --tag $NPM_TAG
+npm publish --tag $NPM_TAG --access=public
0 commit comments