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 03ebdb0 commit e89231bCopy full SHA for e89231b
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