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
|
@ -31,6 +31,7 @@ function run() {
|
|||
console.log(`🎉 Release ready at ${rel.html_url}`);
|
||||
}
|
||||
catch (error) {
|
||||
console.log(`Error: ${error}`);
|
||||
core_1.setFailed(error.message);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue