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 781f9af commit 3c1cc81
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 @@ -40,8 +40,8 @@ def push_release(module: dict) -> None:
})
)
response_json = json.loads(conn.getresponse().read().decode())
pprint(response_json)
if response_json['status'] != 'success':
pprint(module)
raise Exception(pformat(response_json['errors']))


Expand Down

0 comments on commit 3c1cc81

Please sign in to comment.