mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-10 10:44:19 +00:00
style: format with prettier
Signed-off-by: WANG Xuerui <git@xen0n.name>
This commit is contained in:
parent
f5f5520ba6
commit
d67838e578
2 changed files with 2 additions and 2 deletions
|
@ -188,7 +188,7 @@ export const upload = async (
|
|||
"content-type": mime,
|
||||
authorization: `token ${config.github_token}`,
|
||||
},
|
||||
data: fh.readableWebStream({type: "bytes"}),
|
||||
data: fh.readableWebStream({ type: "bytes" }),
|
||||
});
|
||||
const json = resp.data;
|
||||
if (resp.status !== 201) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue