Skip to content

Commit

Permalink
Merge pull request #135 from AztecProtocol/md/simplify-regex
Browse files Browse the repository at this point in the history
fix: simplify tag regex
  • Loading branch information
jonybur authored Jul 12, 2023
2 parents f702665 + 01e9418 commit b24661b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
deploy_s3 zk-money
# Repeatable config for defining the workflow below.
tag_regex: &tag_regex /v[0-9]+(\.[0-9]+)*(-[a-zA-Z-]+\.[0-9]+)?/
tag_regex: &tag_regex /^v.*/
defaults: &defaults
filters:
tags:
Expand Down

0 comments on commit b24661b

Please sign in to comment.