Repository has no tags yet
Use git tag command to add a new one:
git tag -a v1.4 -m 'version 1.4'
A quick heads up, all CI/CD job pipeline artifacts will expire by default after 7 days now, even the latest successful build artifacts. If you need to keep artifacts, please consider uploading them in your job to some remote storage.
Use git tag command to add a new one:
git tag -a v1.4 -m 'version 1.4'