From 4627d730244c8d123efb39e8ee9ac42f26b8d565 Mon Sep 17 00:00:00 2001 From: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:31:24 -0400 Subject: [PATCH] Logging exit code --- releaser-core/src/main/resources/spring-docs-action-runner.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/releaser-core/src/main/resources/spring-docs-action-runner.sh b/releaser-core/src/main/resources/spring-docs-action-runner.sh index 47dde0d3..658d89c8 100755 --- a/releaser-core/src/main/resources/spring-docs-action-runner.sh +++ b/releaser-core/src/main/resources/spring-docs-action-runner.sh @@ -115,6 +115,7 @@ __action() { ) exit_code=$? + echo "Exiting with code $exit_code" exit $exit_code }