diff --git a/dist/index.mjs b/dist/index.mjs index 4946f72..5f57d82 100644 --- a/dist/index.mjs +++ b/dist/index.mjs @@ -27302,7 +27302,7 @@ async function main() { ]); } } -main(); +main().catch((err) => _actions_core__WEBPACK_IMPORTED_MODULE_0__.setFailed(err)); })(); diff --git a/src/index.mts b/src/index.mts index 5254742..b8219f4 100644 --- a/src/index.mts +++ b/src/index.mts @@ -75,4 +75,4 @@ async function main() { } } -main(); +main().catch((err) => core.setFailed(err));