Skip to content

Commit b628a9b

Browse files
committed
Fix version regex
1 parent b16ff69 commit b628a9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,20 +94,20 @@ workflows:
9494
branches:
9595
ignore: /.*/
9696
tags:
97-
only: /^\d+\.\d+\.\d+$/
97+
only: /^\d+\.\d+$/
9898
- github-release:
9999
requires:
100100
- build
101101
filters:
102102
branches:
103103
ignore: /.*/
104104
tags:
105-
only: /^\d+\.\d+\.\d+$/
105+
only: /^\d+\.\d+$/
106106
- docker-publish:
107107
requires:
108108
- build
109109
filters:
110110
branches:
111111
ignore: /.*/
112112
tags:
113-
only: /^\d+\.\d+\.\d+$/
113+
only: /^\d+\.\d+$/

0 commit comments

Comments
 (0)