build: offload hash checking logic to lambda worker during release (#29096)
This commit is contained in:
parent
2b84d79b18
commit
35f2ed8978
5 changed files with 105 additions and 156 deletions
|
@ -135,8 +135,7 @@ async function pushRelease (branch) {
|
|||
|
||||
async function runReleaseBuilds (branch) {
|
||||
await ciReleaseBuild(branch, {
|
||||
ghRelease: true,
|
||||
automaticRelease: args.automaticRelease
|
||||
ghRelease: true
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue