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 }