0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00

build: allow to deploy any tag

This commit is contained in:
Juan Picado @jotadeveloper 2018-01-07 18:52:01 +01:00
parent 76657a5d67
commit 9953980405
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -31,7 +31,7 @@ test:
- yarn run test
deployment:
production:
tag: /(v)?[0-9]+(\.[0-9]+)*/
tag: /.*?/
commands:
- ./scripts/publish.sh
general: