diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 941392a..75d97f8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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