Skip to content

Commit a9f4a0a

Browse files
committed
fix(ci): no need for deploy job
1 parent fdb9083 commit a9f4a0a

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.circleci/config.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,6 @@ jobs:
4545
- run:
4646
name: Create release
4747
command: npm run release
48-
deploy:
49-
<<: *defaults
50-
steps:
51-
- attach_workspace:
52-
at: ~/repo
53-
- run:
54-
name: Authenticate with registry
55-
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc
56-
- run:
57-
name: Publish package
58-
command: npm publish
5948

6049
workflows:
6150
version: 2
@@ -73,9 +62,3 @@ workflows:
7362
filters:
7463
branches:
7564
only: /^master$/
76-
- deploy:
77-
filters:
78-
tags:
79-
only: /^v.*/
80-
branches:
81-
ignore: /.*/

0 commit comments

Comments
 (0)