Skip to content

Commit d187ccd

Browse files
committed
fix: bad regex on circleci config
1 parent c583a76 commit d187ccd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ workflows:
7979
- test:
8080
filters:
8181
tags:
82-
only: /v[0-9]+(\.[0-9]+)*(-.*)*
82+
only: /v[0-9]+(\.[0-9]+)*(-.*)*/
8383
- build:
8484
filters:
8585
tags:
86-
only: /v[0-9]+(\.[0-9]+)*(-.*)*
86+
only: /v[0-9]+(\.[0-9]+)*(-.*)*/
8787
- publish-branch:
8888
requires:
8989
- build

0 commit comments

Comments
 (0)