Fix git tag detection

This commit is contained in:
2022-09-25 21:29:34 +02:00
parent 93bb9b2610
commit 6c3acfe5e9
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
git pull --quiet
git tag -l --sort=-version:refname | head -n 1
git tag | tr - \~ | sort -V | tr \~ - | tail -n 1