更新 .gitea/workflows/sync-upstream.yml

This commit is contained in:
2026-04-28 15:06:10 +08:00
parent 516ee8beb7
commit 0576377c96
+1 -1
View File
@@ -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 仓库
git push origin --tags # tag 也推到 dev 仓库