Skip to content

Commit 13fdab5

Browse files
committed
added npm publish context to circle
1 parent 76a43ae commit 13fdab5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,12 @@ workflows:
6262
test-and-publish:
6363
jobs:
6464
- test:
65+
context: npm-publish
6566
filters:
6667
tags:
6768
only: /.*/
6869
- publish:
70+
context: npm-publish
6971
requires:
7072
- test
7173
filters:
@@ -74,6 +76,7 @@ workflows:
7476
branches:
7577
ignore: /.*/
7678
- publish-hot:
79+
context: npm-publish
7780
requires:
7881
- test
7982
filters:

0 commit comments

Comments
 (0)