We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a801399 commit 69a9b03Copy full SHA for 69a9b03
src/github.ts
@@ -167,7 +167,7 @@ export const upload = async (
167
const json = await resp.json();
168
if (resp.status !== 201) {
169
throw new Error(
170
- `Failed to upload release asset ${name}. recieved status code ${
+ `Failed to upload release asset ${name}. received status code ${
171
resp.status
172
}\n${json.message}\n${JSON.stringify(json.errors)}`
173
);
0 commit comments