From a48b4cbd89752f193856242fd12d4009a4c138ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Mon, 31 Aug 2026 08:46:29 +0800 Subject: [PATCH] release: Fetch client main branch explicitly in update_clients.sh --- .github/update_clients.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/update_clients.sh b/.github/update_clients.sh index c77afbb4..09641b42 100755 --- a/.github/update_clients.sh +++ b/.github/update_clients.sh @@ -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