Remove no longer used files from asset validation (#13372)
Also removed temporary sha value needed for initial 3.0.0-beta.1
This commit is contained in:
parent
93edf2edd3
commit
7d27c91400
2 changed files with 1 additions and 4 deletions
|
@ -75,7 +75,7 @@ async function getReleaseNotes (currentBranch) {
|
|||
let githubOpts = {
|
||||
owner: 'electron',
|
||||
repo: 'electron',
|
||||
base: `2a97e48465a3af9e5448a8d06c1d65d16c516e8f`,
|
||||
base: `v${pkg.version}`,
|
||||
head: currentBranch
|
||||
}
|
||||
let releaseNotes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue