Skip to content

Commit fdf5cae

Browse files
committed
CircleCI semver version update to x.x.x [skip ci]
1 parent 4f1f729 commit fdf5cae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,20 +92,20 @@ workflows:
9292
branches:
9393
ignore: /.*/
9494
tags:
95-
only: /^\d+\.\d+$/
95+
only: /^\d+\.\d+\.\d+$/
9696
- github-release:
9797
requires:
9898
- build
9999
filters:
100100
branches:
101101
only: master
102102
tags:
103-
only: /^\d+\.\d+$/
103+
only: /^\d+\.\d+\.\d+$/
104104
- docker-publish:
105105
requires:
106106
- build
107107
filters:
108108
branches:
109109
only: master
110110
tags:
111-
only: /^\d+\.\d+$/
111+
only: /^\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)