diff --git a/src/index.jsx b/src/index.jsx index 2f2f048..4ed8988 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -82,7 +82,9 @@ const main = async () => { console.log("All set!") } -main() +main().catch((e) => { + core.setFailed(e) +}) function execWithOutput(command, args) { return new Promise((resolve, reject) => {