0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

migrate 6.x to 7.x

This commit is contained in:
Juan Picado 2024-09-12 22:53:58 +02:00
parent 7bc61200ac
commit 063b5ee934

View file

@ -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