Skip to content

Commit

Permalink
use --no-verify when auto-committing version bump to develop or main
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth committed Nov 19, 2024
1 parent 344537d commit 815566a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ jobs:
run: |
git config --global user.name 'batchee bot'
git config --global user.email '[email protected]'
git commit -am "/version ${{ env.software_version }}"
git push
git commit -am "/version ${{ env.software_version }}" --no-verify
git push --no-verify
# Builds and pushes the package to the Python Package Index (PyPI)
- name: Build Python Artifact
Expand Down

0 comments on commit 815566a

Please sign in to comment.