We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b9594 commit ad2a615Copy full SHA for ad2a615
bin/semantic-release.js
@@ -52,6 +52,7 @@ npmconf.load({}, function (err, conf) {
52
auth: {
53
token: env.NPM_TOKEN
54
},
55
+ cafile: conf.get('cafile'),
56
loglevel: conf.get('loglevel'),
57
registry: require('../src/lib/get-registry')(pkg, conf),
58
tag: (pkg.publishConfig || {}).tag || conf.get('tag') || 'latest'
0 commit comments