Commit ddde1b82 authored by 赵小蒙's avatar 赵小蒙

fix error

parent c7a685b3
...@@ -54,7 +54,8 @@ jobs: ...@@ -54,7 +54,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
run: | run: |
git remote set-url origin https://myhloli:${{ secrets.RELEASE_TOKEN }}@github.com/magicpdf/Magic-PDF.git 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 id: push_changes
- name: Create Pull Request - name: Create Pull Request
......
__version__ = "0.0.5" __version__ = "0.0.6"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment