Skip to content

Commit

Permalink
build script update
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkLightTuna committed Feb 2, 2024
1 parent b25f7eb commit 427ae17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/foundry_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def push_release(module: dict) -> None:
if response_json['status'] != 'success':
pprint(module)
raise Exception(pformat(response_json['errors']))
pprint(response_json['message'])
pprint(response_json)
print('✅ MODULE POSTED TO REPO')


Expand Down

0 comments on commit 427ae17

Please sign in to comment.