From de0046d7d6984bf35bdc76e13adddcc597ff55ad Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Fri, 8 Mar 2024 18:27:34 +0200 Subject: [PATCH] Fetch tags --- .github/actions/update_libretro.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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