mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: offload hash checking logic to lambda worker during release (#29096)
This commit is contained in:
@@ -135,8 +135,7 @@ async function pushRelease (branch) {
|
||||
|
||||
async function runReleaseBuilds (branch) {
|
||||
await ciReleaseBuild(branch, {
|
||||
ghRelease: true,
|
||||
automaticRelease: args.automaticRelease
|
||||
ghRelease: true
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user