diff --git a/.github/workflows/MLPipelinePostMerge.yml b/.github/workflows/MLPipelinePostMerge.yml index 34138eb..2501be3 100644 --- a/.github/workflows/MLPipelinePostMerge.yml +++ b/.github/workflows/MLPipelinePostMerge.yml @@ -45,7 +45,8 @@ jobs: git push origin ${new_tag} gto show >> MODEL_REGISTRY.md - git commit -am "Update Registry" + git add . + git commit -m "Update Registry" git push Register-Minor-Model-Dev: @@ -78,7 +79,8 @@ jobs: git push origin ${new_tag} gto show >> MODEL_REGISTRY.md - git commit -am "Update Registry" + git add . + git commit -m "Update Registry" git push Register-Patch-Model-Dev: @@ -111,7 +113,8 @@ jobs: git push origin ${new_tag} gto show >> MODEL_REGISTRY.md - git commit -am "Update Registry" + git add . + git commit -m "Update Registry" git push Promote-Artefacts-To-Dev: