print json response

This commit is contained in:
foamyguy 2025-06-24 09:24:01 -05:00
parent 9f58e6b912
commit 49ecec7b14

View file

@ -176,6 +176,8 @@ if __name__ == '__main__':
tag_name=new_tag, tag_name=new_tag,
) )
print(new_release)
github_output_path = os.environ.get('GITHUB_OUTPUT') github_output_path = os.environ.get('GITHUB_OUTPUT')
if github_output_path: if github_output_path: