Fix failure (#447)

* Fix(temp): console.log

* broken dist
This commit is contained in:
Till! 2024-05-06 15:27:30 +02:00 committed by GitHub
parent 9b795e5782
commit 0979303f02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

2
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@ -310,6 +310,7 @@ export const release = async (
return release.data; return release.data;
} catch (error) { } catch (error) {
// presume a race with competing metrix runs // presume a race with competing metrix runs
console.log(error.response.data)
console.log( console.log(
`⚠️ GitHub release failed with status: ${ `⚠️ GitHub release failed with status: ${
error.status error.status