Fix tag release filter in circleci.
This commit is contained in:
parent
7fc2489a59
commit
423a7588c8
|
@ -140,7 +140,7 @@ workflows:
|
|||
- test
|
||||
- build
|
||||
filters:
|
||||
tags:
|
||||
only: /^v.*/
|
||||
branches:
|
||||
ignore: /.*/
|
||||
tags:
|
||||
only: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/
|
||||
|
|
Loading…
Reference in New Issue