File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ steps-test: &steps-test
2424
2525version : 2.1
2626orbs :
27+ cfa : continuousauth/npm@1.0.2
2728 win : circleci/windows@2.4.0
2829jobs :
2930 test-linux-14 :
@@ -44,25 +45,15 @@ jobs:
4445 shell : bash.exe
4546 << : *steps-test
4647
47- release :
48- docker :
49- - image : cimg/node:14.19.3
50- steps :
51- - checkout
52- - *step-restore-cache
53- - run : yarn install
54- - run : npx @continuous-auth/circleci-oidc-github-auth@1.0.5
55- - run : npx semantic-release@17.4.5
5648workflows :
57- version : 2
5849 test_and_release :
5950 # Run the test jobs first, then the release only when all the test jobs are successful
6051 jobs :
6152 - test-linux-14
6253 - test-linux-16
6354 - test-mac
6455 - test-windows
65- - release :
56+ - cfa/ release :
6657 requires :
6758 - test-linux-14
6859 - test-linux-16
You can’t perform that action at this time.
0 commit comments