From a966475a66297ae9e22b1321384014e627ad0131 Mon Sep 17 00:00:00 2001 From: till Date: Mon, 6 May 2024 14:41:51 +0200 Subject: [PATCH] Fix(temp): console.log --- src/github.ts | 1 + 1 file changed, 1 insertion(+) 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