diff --git a/scripts/publish-prerelease.sh b/scripts/publish-prerelease.sh index d5d5c6432..cf3e88d72 100755 --- a/scripts/publish-prerelease.sh +++ b/scripts/publish-prerelease.sh @@ -10,4 +10,4 @@ echo "Bumping version to new tag: ${lastTag}" echo "//$REGISTRY_URL/:_authToken=$REGISTRY_AUTH_TOKEN" > .npmrc # Publish to NPM -npm publish --registry https://$REGISTRY_URL/ --tag canary-6x +npm publish --registry https://$REGISTRY_URL/ --tag canary-7x