Skip to content

Commit ad2a615

Browse files
author
David Townshend
committed
feat(ssl): expose cafile from npm config
1 parent d9b9594 commit ad2a615

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/semantic-release.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ npmconf.load({}, function (err, conf) {
5252
auth: {
5353
token: env.NPM_TOKEN
5454
},
55+
cafile: conf.get('cafile'),
5556
loglevel: conf.get('loglevel'),
5657
registry: require('../src/lib/get-registry')(pkg, conf),
5758
tag: (pkg.publishConfig || {}).tag || conf.get('tag') || 'latest'

0 commit comments

Comments
 (0)