Skip to content

Commit

Permalink
Fix failure (#447)
Browse files Browse the repository at this point in the history
* Fix(temp): console.log

* broken dist
  • Loading branch information
till committed May 6, 2024
1 parent 9b795e5 commit 0979303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/github.ts
Expand Up @@ -310,6 +310,7 @@ export const release = async (
return release.data;
} catch (error) {
// presume a race with competing metrix runs
console.log(error.response.data)
console.log(
`⚠️ GitHub release failed with status: ${
error.status
Expand Down

0 comments on commit 0979303

Please sign in to comment.