Skip to content

Commit

Permalink
fix: error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
sethyates committed Aug 27, 2022
1 parent e8a941d commit 8dd134f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ async function run(): Promise<void> {
core.setOutput('upload_url', rel.upload_url)
} catch (error: any) {
core.setFailed(error.toString())
core.error(`${error.status}`)
core.error(`${JSON.stringify(error.response.data.errors)}`)
}
return
}
Expand Down

0 comments on commit 8dd134f

Please sign in to comment.