Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.

Commit 18c3423

Browse files
committed
chore(ci): use circleci context
1 parent 1f4eaa8 commit 18c3423

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,12 @@ workflows:
6565
requires:
6666
- deps-install
6767
- publish:
68+
context: semver
6869
filters:
6970
branches:
7071
only:
7172
- master
7273
- next
7374
requires:
7475
- code-lint
75-
- commit-lint
76+
- commit-lint

0 commit comments

Comments
 (0)