build: offload hash checking logic to lambda worker during release (#29096)

This commit is contained in:
Samuel Attard
2021-05-11 09:30:35 -07:00
committed by GitHub
parent 2b84d79b18
commit 35f2ed8978
5 changed files with 105 additions and 156 deletions

View File

@@ -135,8 +135,7 @@ async function pushRelease (branch) {
async function runReleaseBuilds (branch) {
await ciReleaseBuild(branch, {
ghRelease: true,
automaticRelease: args.automaticRelease
ghRelease: true
});
}