Skip to content

Commit b0d8ebb

Browse files
committed
chore: remove ci publish step
1 parent a0975ec commit b0d8ebb

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

.circleci/config.yml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -65,24 +65,10 @@ jobs:
6565
- run:
6666
name: Run NSP Security Check.
6767
command: npm run security
68-
publish:
69-
docker:
70-
- image: rollupcabal/circleci-node-base:latest
71-
steps:
72-
- checkout
73-
- restore_cache:
74-
key: dependency-cache-{{ checksum "package-lock.json" }}
75-
- run:
76-
name: NPM Rebuild
77-
command: npm install
78-
- run:
79-
name: Publish to NPM
80-
command: printf "noop running conventional-github-releaser"
81-
8268
version: 2.0
8369
workflows:
8470
version: 2
85-
validate-publish:
71+
validate:
8672
jobs:
8773
- dependency_cache
8874
- analysis:
@@ -109,12 +95,3 @@ workflows:
10995
filters:
11096
tags:
11197
only: /.*/
112-
- publish:
113-
requires:
114-
- node-v6-latest
115-
- node-v8-latest
116-
- node-v10-latest
117-
filters:
118-
branches:
119-
only:
120-
- master

0 commit comments

Comments
 (0)