build: remove CircleCI from release pipeline (#42651)

* build: remove CircleCI from release pipeline

* build: remove IS_GHA_RELEASE and CHECK_DIST_MANIFEST
This commit is contained in:
Keeley Hammond 2024-06-25 14:25:04 -07:00 committed by GitHub
parent 3534923bd2
commit a8baa6f1ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 3 additions and 201 deletions

View file

@ -44,7 +44,6 @@ const getHeaders = (filePath: string, fileName: string) => {
};
function getRepo () {
if (process.env.IS_GHA_RELEASE) return 'test-releases';
return releaseVersion.indexOf('nightly') > 0 ? 'nightlies' : 'electron';
}