build: fix nightly install command in release notes (#19711)
This commit is contained in:
parent
04dbd5c53f
commit
13df748f02
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ async function createRelease (branchToTarget, isBeta) {
|
|||
releaseBody = `Note: This is a nightly release. Please file new issues ` +
|
||||
`for any bugs you find in it.\n \n This release is published to npm ` +
|
||||
`under the nightly tag and can be installed via npm install electron@nightly, ` +
|
||||
`or npm i electron@${newVersion.substr(1)}.\n \n ${releaseNotes.text}`
|
||||
`or npm i electron-nightly@${newVersion.substr(1)}.\n \n ${releaseNotes.text}`
|
||||
} else {
|
||||
releaseBody = `Note: This is a beta release. Please file new issues ` +
|
||||
`for any bugs you find in it.\n \n This release is published to npm ` +
|
||||
|
|
Loading…
Reference in a new issue