mirror of
https://github.com/softprops/action-gh-release.git
synced 2026-04-17 08:38:18 +08:00
release: cut v3.0.0 for Node 24 upgrade (#670)
- feat: move action runtime to node24 and require Node >=24 - chore: bump @types/node, enable Dependabot updates, rebuild dist - cut 3.0.0 release Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
@@ -367,7 +367,7 @@ export const upload = async (
|
||||
size,
|
||||
mime,
|
||||
token: config.github_token,
|
||||
data: fh.readableWebStream({ type: 'bytes' }),
|
||||
data: fh.readableWebStream(),
|
||||
});
|
||||
} finally {
|
||||
await fh.close();
|
||||
|
||||
Reference in New Issue
Block a user