Fix(temp): console.log

This commit is contained in:
till 2024-05-06 14:41:51 +02:00
parent 9b795e5782
commit a966475a66
No known key found for this signature in database
GPG key ID: B119050E2EBA1DC5

View file

@ -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