diff --git a/.github/workflows/build-pipeline.yml b/.github/workflows/build-pipeline.yml index 04bed58..c16f32c 100644 --- a/.github/workflows/build-pipeline.yml +++ b/.github/workflows/build-pipeline.yml @@ -121,7 +121,7 @@ jobs: run: | git config --global user.name 'stitchee bot' git config --global user.email 'stitchee@noreply.github.com' - git commit -am "/version ${{ env.software_version }}" + git commit -am "/version ${{ env.software_version }}" --no-verify git push # Builds and pushes the package to the Python Package Index (PyPI)