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:
parent
2c6f59a5c8
commit
7e7b57869e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue