Skip to content

Commit

Permalink
feat(ssl): expose cafile from npm config
Browse files Browse the repository at this point in the history
  • Loading branch information
David Townshend committed May 23, 2016
1 parent d9b9594 commit ad2a615
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/semantic-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ npmconf.load({}, function (err, conf) {
auth: {
token: env.NPM_TOKEN
},
cafile: conf.get('cafile'),
loglevel: conf.get('loglevel'),
registry: require('../src/lib/get-registry')(pkg, conf),
tag: (pkg.publishConfig || {}).tag || conf.get('tag') || 'latest'
Expand Down

0 comments on commit ad2a615

Please sign in to comment.