mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-09-11 03:49:09 +08:00
debug logging
This commit is contained in:
@@ -20,6 +20,7 @@ async function run() {
|
||||
}
|
||||
console.log(`🎉 Release ready at ${rel.html_url}`)
|
||||
} catch (error) {
|
||||
console.log(`Error: ${error}`);
|
||||
setFailed(error.message);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user