build: revert old GitHub Actions work in 32-x-y (#42670)
build: revert old GitHub Actions work
This commit is contained in:
parent
8454fc2858
commit
13be04d0bf
17 changed files with 1 additions and 1191 deletions
|
@ -33,7 +33,6 @@ const octokit = new Octokit({
|
|||
});
|
||||
|
||||
function getRepo () {
|
||||
if (process.env.IS_GHA_RELEASE) return 'test-releases';
|
||||
return pkgVersion.indexOf('nightly') > 0 ? 'nightlies' : 'electron';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue