release: Fetch client main branch explicitly in update_clients.sh

This commit is contained in:
世界
2026-08-31 08:46:29 +08:00
parent 05b6802cfa
commit a48b4cbd89
+1 -1
View File
@@ -4,7 +4,7 @@ PROJECTS=$(dirname "$0")/../..
function updateClient() {
pushd clients/$1
git fetch
git fetch origin main
git reset FETCH_HEAD --hard
popd
git add clients/$1