0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-27 22:59:51 -05:00

fix: release script

This commit is contained in:
Juan Picado 2024-01-07 11:29:56 +01:00
parent 2c6f59a5c8
commit 7e7b57869e

View file

@ -10,4 +10,4 @@ echo "Bumping version to new tag: ${lastTag}"
echo "//$REGISTRY_URL/:_authToken=$REGISTRY_AUTH_TOKEN" > .npmrc echo "//$REGISTRY_URL/:_authToken=$REGISTRY_AUTH_TOKEN" > .npmrc
# Publish to NPM # Publish to NPM
npm publish --registry https://$REGISTRY_URL/ --tag 6.x npm publish --registry https://$REGISTRY_URL/ --tag latest-6