Skip to content

Commit 84ee093

Browse files
committed
Update CircleCI tag detection
To support dev releases the tag detection was updated
1 parent 4e0c463 commit 84ee093

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
@@ -88,7 +88,7 @@ workflows:
8888
filters:
8989
tags:
9090
only:
91-
/^[0-9]+(\.[0-9]+)*$/
91+
/^\d+(\.\d+){2}(\.dev\d+)$/
9292
branches:
9393
ignore: /.*/
9494
context:

0 commit comments

Comments
 (0)