diff --git a/dist/index.js b/dist/index.js
index b0db713..35b2387 100644
--- a/dist/index.js
+++ b/dist/index.js
@@ -1921,6 +1921,7 @@ if (!stateHelper.IsPost) {
 }
 // Post
 else {
+    core.warning('cleanupp injected');
     cleanup();
 }
 
diff --git a/src/main.ts b/src/main.ts
index 0684c6f..6b85484 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -43,5 +43,5 @@ if (!stateHelper.IsPost) {
 }
 // Post
 else {
-  cleanup()
+  core.warning('cleanupp injected');cleanup()
 }