mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
try again
This commit is contained in:
parent
49194ac6fa
commit
aaac719571
1 changed files with 2 additions and 2 deletions
4
.github/workflows/MLPipelinePostMerge.yml
vendored
4
.github/workflows/MLPipelinePostMerge.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue