File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -82,14 +82,20 @@ jobs:
82
82
- restore_cache : *repo_cache
83
83
- restore_cache : *deps_cache
84
84
- restore_cache : *build_cache
85
- - run : yarn release:canary --yes
85
+ - run :
86
+ name : Authenticate with registry
87
+ command : echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
88
+ - run : yarn release:canary
86
89
87
90
release_stable :
88
91
<< : *defaults
89
92
steps :
90
93
- restore_cache : *repo_cache
91
94
- restore_cache : *deps_cache
92
95
- restore_cache : *build_cache
96
+ - run :
97
+ name : Authenticate with registry
98
+ command : echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
93
99
- run : yarn release:stable:ci --yes
94
100
95
101
workflows :
@@ -129,9 +135,9 @@ workflows:
129
135
- lint
130
136
- test
131
137
- build
132
- filters :
133
- branches :
134
- only : master
138
+ # filters:
139
+ # branches:
140
+ # only: master
135
141
- release_stable :
136
142
requires :
137
143
- lint
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments