diff --git a/src/github.ts b/src/github.ts index 878603a..b5da4d8 100644 --- a/src/github.ts +++ b/src/github.ts @@ -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