diff --git a/src/main.ts b/src/main.ts index c17796868..2902f264c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -32,10 +32,12 @@ export async function run(): Promise { ); await git.push(inps.PublishBranch, inps.ForceOrphan); await git.pushTag(inps.TagName, inps.TagMessage); - core.info('[INFO] Action successfully completed'); + core.info(`[INFO] Deleting ${workDir}`); io.rmRF(workDir); + core.info('[INFO] Action successfully completed'); + return; } catch (e) { throw new Error(e);