mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-09-10 19:48:31 +08:00
debug logging
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user