0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

build: all publish packages on as beta tag

This commit is contained in:
Juan Picado @jotadeveloper 2018-01-07 18:23:25 +01:00
parent 3939b6c9e5
commit 403a95190e
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -7,4 +7,4 @@ lastTag=$(git describe --tags $(git rev-list --tags --max-count=1))
echo "Bumping version to new tag: ${lastTag}" echo "Bumping version to new tag: ${lastTag}"
# Publish to NPM # Publish to NPM
npm publish npm publish --tag beta