fix error

This commit is contained in:
赵小蒙
2024-06-04 15:49:46 +08:00
parent c7a685b302
commit ddde1b82f2
2 changed files with 3 additions and 2 deletions

View File

@@ -54,7 +54,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
run: |
git remote set-url origin https://myhloli:${{ secrets.RELEASE_TOKEN }}@github.com/magicpdf/Magic-PDF.git
git push origin update-version-branch
git checkout -b update-version-branch || git checkout update-version-branch
git push --set-upstream origin update-version-branch
id: push_changes
- name: Create Pull Request