diff --git a/.github/actions/update_libretro.sh b/.github/actions/update_libretro.sh index 38d010915..a960e0151 100755 --- a/.github/actions/update_libretro.sh +++ b/.github/actions/update_libretro.sh @@ -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