fix: final fix of beta workflow (#6713)

This commit is contained in:
Louis Lam
2026-01-14 10:28:34 +08:00
committed by GitHub
parent 2f82ff3787
commit b2d7031522
3 changed files with 13 additions and 4 deletions
+2 -1
View File
@@ -50,7 +50,8 @@ jobs:
git push origin --delete "release-${VERSION}" || true
# Delete local branch if it exists
git branch -D "release-${VERSION}" || true
# Create new branch from master
# For testing purpose
# git checkout beta-workflow
git checkout -b "release-${VERSION}"
- name: Install dependencies