Fetch tags

This commit is contained in:
Lior Halphon
2024-03-08 18:27:34 +02:00
parent b583f62e7b
commit de0046d7d6

View File

@@ -1,5 +1,6 @@
set -exo pipefail
set -ex
git fetch --tags
LATEST=$(git tag --sort=-creatordate | grep "^v" | grep -v libretro | head -n 1)
if [ $(git tag -l "$LATEST"-libretro) ]; then