Include unannotated tags in "make version"
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/tag Build encountered an error

This commit is contained in:
Lexi / Zoe 2021-12-29 18:45:57 +01:00
parent d2fe2e9a8d
commit a01ddd9b22
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232

View file

@ -99,7 +99,7 @@ open-coverage:
# Create VERSION file from current git tag # Create VERSION file from current git tag
version: version:
git describe | tee VERSION git describe --tags | tee VERSION
# Clean up # Clean up