We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650f7ea commit e082db3Copy full SHA for e082db3
1 file changed
publish.sh
@@ -23,4 +23,4 @@ echo "Publishing version $OVERRIDE_VERSION with npm tag '$NPM_TAG' for commit $C
23
npm --no-git-tag-version --allow-same-version version $OVERRIDE_VERSION
24
25
# pnpm publish is required here to prevent workspace stuff from being published with the package
26
-pnpm publish --tag $NPM_TAG --access=public
+pnpm publish --tag $NPM_TAG --access=public --registry https://wombat-dressing-room.appspot.com
0 commit comments