From 49ecec7b142d583e575d5395da9b4b72ff1ec8f2 Mon Sep 17 00:00:00 2001 From: foamyguy Date: Tue, 24 Jun 2025 09:24:01 -0500 Subject: [PATCH] print json response --- release_updater.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release_updater.py b/release_updater.py index 0dbd656..eb5599e 100644 --- a/release_updater.py +++ b/release_updater.py @@ -176,6 +176,8 @@ if __name__ == '__main__': tag_name=new_tag, ) + print(new_release) + github_output_path = os.environ.get('GITHUB_OUTPUT') if github_output_path: