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:
parent
76657a5d67
commit
9953980405
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ test:
|
|||
- yarn run test
|
||||
deployment:
|
||||
production:
|
||||
tag: /(v)?[0-9]+(\.[0-9]+)*/
|
||||
tag: /.*?/
|
||||
commands:
|
||||
- ./scripts/publish.sh
|
||||
general:
|
||||
|
|
Loading…
Add table
Reference in a new issue