diff --git a/.github/workflows/publish_json_schemas.yml b/.github/workflows/publish_json_schemas.yml index b0e4957c9..44630927e 100644 --- a/.github/workflows/publish_json_schemas.yml +++ b/.github/workflows/publish_json_schemas.yml @@ -33,4 +33,4 @@ jobs: AWS_ACCESS_KEY_ID: "op://Data Engineering/DO_keys/AWS_ACCESS_KEY_ID" - name: Publish - run: python -m admin.ops.update_product_metadata_schemas + run: python -m admin.ops.publish_json_schemas diff --git a/admin/ops/update_json_schemas.py b/admin/ops/publish_json_schemas.py similarity index 100% rename from admin/ops/update_json_schemas.py rename to admin/ops/publish_json_schemas.py