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