Merge pull request #24 from FoamyGuy/working_on_stuff_again
Some checks failed
Validate Build / validate-build (push) Has been cancelled

print json response
This commit is contained in:
foamyguy 2025-06-24 09:24:41 -05:00 committed by GitHub
commit 675143d56d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: