fix(ci): handle case where no tags are present in git #26

Merged
argoyle merged 1 commits from fix-git-tag-command-fallover into main 2024-11-27 14:17:55 +00:00

1 Commits

Author SHA1 Message Date
argoyle 9a6f9f79d1 fix(ci): handle case where no tags are present in git
Modify the command to describe the latest tag to gracefully handle  
the scenario where no tags are available. This avoids potential  
errors in the script execution when the git repository is  
tagless, ensuring the CI pipeline runs smoothly under all  
circumstances.
2024-11-27 15:16:53 +01:00