From 990c3ace32486dfc0caa000787aead9b674d3ec8 Mon Sep 17 00:00:00 2001 From: Jens Ochsenmeier Date: Fri, 14 Jun 2024 14:00:13 +0200 Subject: [PATCH] rebuild --- dist/index.js | 2 +- dist/post.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index e69bcb9..09b403c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -80722,7 +80722,7 @@ var run = async () => { await activateEnv(options.activatedEnvironment); } }; -run().catch((error3) => { +run().then(() => (0, import_process2.exit)(0)).catch((error3) => { if (core5.isDebug()) { throw error3; } diff --git a/dist/post.js b/dist/post.js index 074fec6..54de26c 100644 --- a/dist/post.js +++ b/dist/post.js @@ -25345,7 +25345,7 @@ var run = () => { core2.debug("Skipping post-cleanup."); return Promise.resolve(); }; -run().catch((error2) => { +run().then(() => (0, import_process2.exit)(0)).catch((error2) => { if (core2.isDebug()) { throw error2; }