Skip to content

Commit

Permalink
fix(github): add debug info to release error
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-hulski committed Jul 15, 2023
1 parent 1682899 commit 0bb9cec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Cooker/providers/GithubProvider/createRelease.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export function createRelease(path, tagName, body) {
for (const entry in error.response.data) {
errorInfo += `\n ${entry}: '${error.response.data[entry]}'`
}
console.log(process.env.REPO_COOKER_GITHUB_TOKEN)
reject(
new Error(
'Request failed with status code ' +
Expand Down

0 comments on commit 0bb9cec

Please sign in to comment.