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 06e153a commit 04b5ec4Copy full SHA for 04b5ec4
merge-release-run.js
@@ -15,6 +15,7 @@ const event = JSON.parse(fs.readFileSync('/github/workflow/event.json').toString
15
let pkg = require(path.join(process.cwd(), 'package.json'))
16
17
const run = async () => {
18
+ if (!process.env.NPM_TOKEN) throw new Error('Merge-release requires NPM_TOKEN')
19
let latest
20
try {
21
latest = await get(pkg.name + '/latest')
0 commit comments