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.
2 parents 03ebdb0 + e89231b commit c05919eCopy full SHA for c05919e
merge-release-run.js
@@ -8,7 +8,7 @@ const { promisify } = require('util')
8
9
const getlog = promisify(git.log.bind(git))
10
11
-const get = bent('json', 'https://registry.npmjs.org/')
+const get = bent('json', process.env.NPM_REGISTRY_URL || 'https://registry.npmjs.org/')
12
13
const event = JSON.parse(fs.readFileSync('/github/workflow/event.json').toString())
14
0 commit comments