From 272782ba4c70d2f2ba626a2310a080cc6734fbe9 Mon Sep 17 00:00:00 2001 From: doudou0720 <98651603+doudou0720@users.noreply.github.com> Date: Fri, 13 Feb 2026 01:11:45 +0800 Subject: [PATCH] =?UTF-8?q?fix(AutoSync=20CI):=E4=BF=AE=E6=94=B9AutomaticU?= =?UTF-8?q?pdateVersionControl=E4=BD=93=E7=A7=AF=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E4=B8=BAbeta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: doudou0720 <98651603+doudou0720@users.noreply.github.com> --- .github/workflows/prerelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 7c0b9df3..1a337a4b 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -629,5 +629,5 @@ jobs: /repos/InkCanvasForClass/community/contents/AutomaticUpdateVersionControl.txt \ -f message="Update AutomaticUpdateVersionControl.txt" \ -f content="$CONTENT" \ - -f branch="main" \ + -f branch="beta" \ ${SHA:+-f sha="$SHA"} \ No newline at end of file