From 427ae175293544269904ee577f17acf6cd7b7aa2 Mon Sep 17 00:00:00 2001 From: Christopher Renaud Oelerich Date: Fri, 2 Feb 2024 03:23:34 -0600 Subject: [PATCH] build script update --- .github/workflows/foundry_release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/foundry_release.py b/.github/workflows/foundry_release.py index 4f6242f..df824ba 100644 --- a/.github/workflows/foundry_release.py +++ b/.github/workflows/foundry_release.py @@ -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')