Skip to content

Commit b24661b

Browse files
authored
Merge pull request #135 from AztecProtocol/md/simplify-regex
fix: simplify tag regex
2 parents f702665 + 01e9418 commit b24661b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
deploy_s3 zk-money
6060
6161
# Repeatable config for defining the workflow below.
62-
tag_regex: &tag_regex /v[0-9]+(\.[0-9]+)*(-[a-zA-Z-]+\.[0-9]+)?/
62+
tag_regex: &tag_regex /^v.*/
6363
defaults: &defaults
6464
filters:
6565
tags:

0 commit comments

Comments
 (0)