diff --git a/src/github.ts b/src/github.ts index 2f2ca92..4dbd17f 100644 --- a/src/github.ts +++ b/src/github.ts @@ -202,8 +202,7 @@ export const upload = async ( console.log(`✅ Uploaded ${name}`); return json; } finally { - await fh.close().catch(() => { - }); + await fh.close().catch(() => {}); } };