This commit is contained in:
Louis Lam 2026-01-13 19:07:35 +08:00
parent 6abc513d92
commit 25fa788a56

View File

@ -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