Skip to content

Commit 5c215f1

Browse files
authored
Changed tag pattern to support publishing release candidates
1 parent 470074a commit 5c215f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ workflows:
8888
branches:
8989
only: non-existent-branch
9090
tags:
91-
only: /^v[0-9\.]+$/
91+
only: /^v[0-9\.]+.*$/

0 commit comments

Comments
 (0)