Skip to content

Commit

Permalink
💚 Fix upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Dec 3, 2024
1 parent 6bd6638 commit cde6499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
git config --global user.name 'Github Actions'
git config --global user.email \
'41898282+github-actions[bot]@users.noreply.github.com'
git commit -m ":bookmark: Dump version"
git commit -m ":bookmark: Dump version" || true
- name: Install common dependencies
if: runner.os != 'Windows'
# windows uses msys2's pip's python-build
Expand Down

0 comments on commit cde6499

Please sign in to comment.