From aaac719571ea90e859731c42ee0176f693aa7615 Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Fri, 15 Sep 2023 19:18:44 +0100 Subject: [PATCH] try again --- .github/workflows/MLPipelinePostMerge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/MLPipelinePostMerge.yml b/.github/workflows/MLPipelinePostMerge.yml index f8b3260..524ccf0 100644 --- a/.github/workflows/MLPipelinePostMerge.yml +++ b/.github/workflows/MLPipelinePostMerge.yml @@ -41,8 +41,8 @@ jobs: new_tag=${REGISTER_MODEL_NAME}@v${increment_version} - git tag -a new_tag -m "Registering new Major Version" - git push origin new_tag + git tag -a ${new_tag} -m "Registering new Major Version" + git push origin ${new_tag} gto show >> MODEL_REGISTRY.md