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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
});
}