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: | run: |
git submodule sync git submodule sync
git submodule foreach --quiet " git submodule foreach --quiet "
tag="$(git describe --tags --abbrev=0 origin/HEAD)" tag=\"$(git describe --tags --abbrev=0 origin/HEAD)\"
if [ "$(git describe --tags)" != "$tag" ]; then if [ \"$(git describe --tags)\" != \"$tag\" ]; then
git checkout --quiet "$tag" git checkout --quiet \"$tag\"
echo "$name updated to $tag" echo \"$name updated to $tag\"
fi fi
" "