From 25fa788a56c22f40ce88290d7f2cee6a5f52c7a0 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 13 Jan 2026 19:07:35 +0800 Subject: [PATCH] WIP --- .github/workflows/beta-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beta-release.yml b/.github/workflows/beta-release.yml index 16df3d8f1..87f7f1c79 100644 --- a/.github/workflows/beta-release.yml +++ b/.github/workflows/beta-release.yml @@ -46,8 +46,8 @@ jobs: git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" git remote set-url origin "https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git" - git checkout -b "release-${VERSION}" - git push origin "release-${VERSION}" + git checkout -b "test2" + git push origin "test2" - name: Install dependencies run: npm clean-install --no-fund