build: fix publish-to-npm script post requests migration
This commit is contained in:
parent
a11a234eac
commit
0c1f762119
2 changed files with 3 additions and 1 deletions
|
@ -100,6 +100,8 @@ new Promise((resolve, reject) => {
|
|||
);
|
||||
|
||||
fs.writeFileSync(path.join(tempDir, 'electron.d.ts'), typingsContent);
|
||||
|
||||
return release;
|
||||
})
|
||||
.then(async (release) => {
|
||||
const currentBranch = await getCurrentBranch();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue