Skip to content

Commit

Permalink
regex fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gita Vahdatinia committed Nov 22, 2022
1 parent be60053 commit a96f9b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ workflows:

publish:
when:
and:
- matches: { pattern: '/^v[0-9]+\.[0-9]+\.[0-9]+$/', value: << pipeline.git.tag >> }
matches:
pattern: ^v[0-9]+\.[0-9]+\.[0-9]+$
value: << pipeline.git.tag >>
jobs:
- orb-tools/publish:
context:
Expand Down

0 comments on commit a96f9b2

Please sign in to comment.