diff --git a/.github/workflows/MLPipelinePostMerge.yml b/.github/workflows/MLPipelinePostMerge.yml index 14f2f02..7630316 100644 --- a/.github/workflows/MLPipelinePostMerge.yml +++ b/.github/workflows/MLPipelinePostMerge.yml @@ -48,7 +48,7 @@ jobs: git tag -a ${new_tag} -m "Registering new Major Version" git push origin ${new_tag} - gto show > MODEL_REGISTRY.md + gto show --json > MODEL_REGISTRY.md git add . git commit -m "Update Registry" git push @@ -86,7 +86,7 @@ jobs: git tag -a ${new_tag} -m "Registering new Minor Version" git push origin ${new_tag} - gto show > MODEL_REGISTRY.md + gto show --json > MODEL_REGISTRY.md git add . git commit -m "Update Registry" git push @@ -124,7 +124,7 @@ jobs: git tag -a ${new_tag} -m "Registering new Patch Version" git push origin ${new_tag} - gto show > MODEL_REGISTRY.md + gto show --json > MODEL_REGISTRY.md git add . git commit -m "Update Registry" git push @@ -207,7 +207,7 @@ jobs: git fetch --all git pull - gto show > MODEL_REGISTRY.md + gto show --json > MODEL_REGISTRY.md git add . git commit -m "Update Registry" git push origin master