Skip to content

Commit 922b722

Browse files
authored
fix: Circle deploy
1 parent 10373fb commit 922b722

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
@@ -58,12 +58,12 @@ workflows:
5858
- test:
5959
filters:
6060
tags:
61-
only: /^v[0-9]+\.[0-9]+\.[0-9]/
61+
only: /^v[0-9]+\.[0-9]+\.[0-9]+/
6262
- deploy:
6363
requires:
6464
- test
6565
filters:
6666
tags:
67-
only: /^v[0-9]+\.[0-9]+\.[0-9]/
67+
only: /^v[0-9]+\.[0-9]+\.[0-9]+/
6868
branches:
69-
ignore: /.*/
69+
ignore: /.*/

0 commit comments

Comments
 (0)