mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-10 18:44:19 +00:00
Fix(temp): console.log
This commit is contained in:
parent
9b795e5782
commit
a966475a66
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue