Skip to content

Commit 0979303

Browse files
authored
Fix failure (#447)
* Fix(temp): console.log * broken dist
1 parent 9b795e5 commit 0979303

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/github.ts

+1
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ export const release = async (
310310
return release.data;
311311
} catch (error) {
312312
// presume a race with competing metrix runs
313+
console.log(error.response.data)
313314
console.log(
314315
`⚠️ GitHub release failed with status: ${
315316
error.status

0 commit comments

Comments
 (0)