Skip to content

Commit 34475a9

Browse files
committed
chore(ci): fix ci release for tags
1 parent 96d71cc commit 34475a9

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
@@ -12,7 +12,7 @@ deps_cache: &deps_cache
1212
build_cache: &build_cache
1313
key: v1-build-{{ .Environment.CIRCLE_SHA1 }}
1414

15-
version: 2
15+
version: 2.1
1616
jobs:
1717
checkout_code:
1818
<<: *defaults
@@ -144,7 +144,7 @@ workflows:
144144
- test
145145
- build
146146
filters:
147-
branches:
148-
ignore: /.*/
149147
tags:
150148
only: /^v.*/
149+
branches:
150+
ignore: /.*/

0 commit comments

Comments
 (0)