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