mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
build: upload node checksums before validating them (#38710)
This commit is contained in:
@@ -354,6 +354,7 @@ async function makeRelease (releaseToValidate) {
|
||||
await validateReleaseAssets(release, true);
|
||||
} else {
|
||||
let draftRelease = await getDraftRelease();
|
||||
uploadNodeShasums();
|
||||
await createReleaseShasums(draftRelease);
|
||||
|
||||
// Fetch latest version of release before verifying
|
||||
@@ -364,7 +365,6 @@ async function makeRelease (releaseToValidate) {
|
||||
// which fails to publish. It has to be done before the final
|
||||
// publish to ensure there aren't published releases not contained
|
||||
// in index.json, which causes other problems in downstream projects
|
||||
uploadNodeShasums();
|
||||
uploadIndexJson();
|
||||
await publishRelease(draftRelease);
|
||||
console.log(`${pass} SUCCESS!!! Release has been published. Please run ` +
|
||||
|
||||
Reference in New Issue
Block a user