Skip to content

Commit 85b79e7

Browse files
authored
Update config.yml
1 parent 8ef26d2 commit 85b79e7

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.circleci/config.yml

+16-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,21 @@ jobs:
7979
8080
workflows:
8181
version: 2
82+
83+
release:
84+
jobs:
85+
- setup:
86+
filters:
87+
tags:
88+
only: /^v?\d\.\d\.\d/
89+
- build:
90+
requires:
91+
- setup
92+
- publish:
93+
context: build-ctx
94+
requires:
95+
- build
96+
8297
build_and_publish:
8398
jobs:
8499
- setup:
@@ -92,4 +107,4 @@ workflows:
92107
- publish:
93108
context: build-ctx
94109
requires:
95-
- build
110+
- build

0 commit comments

Comments
 (0)