Skip to content

Commit

Permalink
chore(circleci): fix version tag regex
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrkv committed Dec 1, 2017
1 parent 2a9c2f3 commit f63b056
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 @@ -9,7 +9,7 @@ defs:
- /^prerelease-.*/
tags:
only:
- /^v\d/
- /^v\d+\.\d+\.\d+/

cache:
cache-node_modules: &cache-node_modules
Expand Down

0 comments on commit f63b056

Please sign in to comment.