Skip to content

Commit

Permalink
skip pre-commit when committing version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth authored Nov 19, 2024
1 parent 839563e commit 5dc16f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
run: |
git config --global user.name 'stitchee bot'
git config --global user.email '[email protected]'
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)
Expand Down

0 comments on commit 5dc16f5

Please sign in to comment.