Fix tag release filter in circleci.

This commit is contained in:
Ben Kochie 2018-03-09 14:18:13 +01:00
parent 7fc2489a59
commit 423a7588c8
1 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@ workflows:
- test
- build
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/
tags:
only: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/