From 0576377c969c60720857e17e27198513898c3c31 Mon Sep 17 00:00:00 2001 From: Zhengchen Tao Date: Tue, 28 Apr 2026 15:06:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/sync-upst?= =?UTF-8?q?ream.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/sync-upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/sync-upstream.yml b/.gitea/workflows/sync-upstream.yml index 78032a49..cd659fa4 100644 --- a/.gitea/workflows/sync-upstream.yml +++ b/.gitea/workflows/sync-upstream.yml @@ -37,4 +37,4 @@ jobs: git checkout -B main origin/main git reset --hard "$TARGET" git push origin main --force-with-lease - git push origin "$TARGET" # tag 也推到 dev 仓库 \ No newline at end of file + git push origin --tags # tag 也推到 dev 仓库 \ No newline at end of file