forked from mirrors/action-gh-release
debug logging
This commit is contained in:
parent
d644a384fb
commit
cf2aed3a12
4 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,7 @@ async function run() {
|
|||
}
|
||||
console.log(`🎉 Release ready at ${rel.html_url}`)
|
||||
} catch (error) {
|
||||
console.log(`Error: ${error}`);
|
||||
setFailed(error.message);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue