Skip to content

Commit

Permalink
fix: change versioning regex
Browse files Browse the repository at this point in the history
  • Loading branch information
mgattozzi committed Apr 25, 2024
1 parent 2639fe2 commit 1d427c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/packages/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version:
release:
match: '^v[0-9]+.[0-9]+.[0-9]+'
match: '^v[0-9]+.[0-9]+.[0-9]+(-[0-9]+.(alpha|beta|rc).[0-9]+(.[0-9]+)?)?$'
value: '{{env.CIRCLE_TAG[1:]}}'
default:
value: '3.0.0+snapshot-{{env.CIRCLE_SHA1[:8]}}'
Expand Down

0 comments on commit 1d427c2

Please sign in to comment.