diff --git a/scripts/publish.sh b/scripts/publish.sh index 3384a4292..453d7f472 100755 --- a/scripts/publish.sh +++ b/scripts/publish.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 6.x +npm publish --registry https://$REGISTRY_URL/ --tag latest-6