From 8168e5198207d32870493c33aee68ddfb32f2591 Mon Sep 17 00:00:00 2001 From: LAGNEAU Romain Date: Thu, 4 Jul 2024 10:32:51 +0200 Subject: [PATCH] [FIX] Fix attempt on ubuntu-dep-src --- .github/workflows/ubuntu-dep-src.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu-dep-src.yml b/.github/workflows/ubuntu-dep-src.yml index bb85440ec9..4aad8d84e0 100644 --- a/.github/workflows/ubuntu-dep-src.yml +++ b/.github/workflows/ubuntu-dep-src.yml @@ -15,7 +15,7 @@ concurrency: env: # Function to get the most recent tag of a remote repository without having to clone it, excluding tag with 'pr' as in Pre Release - FUNCTION_GET_LATEST: 'git -c 'versionsort.suffix=-' ls-remote --exit-code --refs --sort='version:refname' --tags ${GIT_ADDRESS} '*.*.*' | cut --delimiter='/' --fields=3 | grep -v -e pr | tail --lines=1' + FUNCTION_GET_LATEST: 'git -c "versionsort.suffix=-" ls-remote --exit-code --refs --sort="version:refname" --tags ${GIT_ADDRESS} "*.*.*" | cut --delimiter="/" --fields=3 | grep -v -e pr | tail --lines=1' jobs: build-ubuntu-dep-src: