print json response
This commit is contained in:
parent
9f58e6b912
commit
49ecec7b14
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue