diff --git a/src/stages/push.ts b/src/stages/push.ts index 0849ca8..f13e1fd 100644 --- a/src/stages/push.ts +++ b/src/stages/push.ts @@ -32,7 +32,8 @@ export const push = async () => { } } } catch (e) { - core.setFailed(`Action failed with error: ${e}`); + core.warning(`Action encountered error: ${e}`); + core.info("Not considering errors during push a failure."); } core.endGroup();