File tree Expand file tree Collapse file tree 1 file changed +1
-24
lines changed
Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Original file line number Diff line number Diff 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-
8268version : 2.0
8369workflows :
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
You can’t perform that action at this time.
0 commit comments