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