mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-06-27 22:06:03 +00:00
format code using npm run fmt
This commit is contained in:
parent
12936b84e9
commit
7d602e80ce
1 changed files with 1 additions and 2 deletions
|
@ -202,8 +202,7 @@ export const upload = async (
|
||||||
console.log(`✅ Uploaded ${name}`);
|
console.log(`✅ Uploaded ${name}`);
|
||||||
return json;
|
return json;
|
||||||
} finally {
|
} finally {
|
||||||
await fh.close().catch(() => {
|
await fh.close().catch(() => {});
|
||||||
});
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue