mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-07-16 03:04:54 +00:00
Fix typo in message (#168)
This commit is contained in:
@@ -167,7 +167,7 @@ export const upload = async (
|
|||||||
const json = await resp.json();
|
const json = await resp.json();
|
||||||
if (resp.status !== 201) {
|
if (resp.status !== 201) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
`Failed to upload release asset ${name}. recieved status code ${
|
`Failed to upload release asset ${name}. received status code ${
|
||||||
resp.status
|
resp.status
|
||||||
}\n${json.message}\n${JSON.stringify(json.errors)}`
|
}\n${json.message}\n${JSON.stringify(json.errors)}`
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user