fix(ci): tweaks

This commit is contained in:
2025-08-14 10:06:20 +03:00
parent 363ae046c8
commit 84e3351125

View File

@@ -39,10 +39,10 @@ jobs:
run: |
git submodule sync
git submodule foreach --quiet "
tag="$(git describe --tags --abbrev=0 origin/HEAD)"
if [ "$(git describe --tags)" != "$tag" ]; then
git checkout --quiet "$tag"
echo "$name updated to $tag"
tag=\"$(git describe --tags --abbrev=0 origin/HEAD)\"
if [ \"$(git describe --tags)\" != \"$tag\" ]; then
git checkout --quiet \"$tag\"
echo \"$name updated to $tag\"
fi
"