Skip to content

Commit 1d7832d

Browse files
authored
build: use cfa orb (#259)
1 parent bb15111 commit 1d7832d

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.circleci/config.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ steps-test: &steps-test
2424

2525
version: 2.1
2626
orbs:
27+
cfa: continuousauth/npm@1.0.2
2728
win: circleci/windows@2.4.0
2829
jobs:
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
5648
workflows:
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

0 commit comments

Comments
 (0)