Skip to content

Commit 815566a

Browse files
use --no-verify when auto-committing version bump to develop or main
1 parent 344537d commit 815566a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ jobs:
120120
run: |
121121
git config --global user.name 'batchee bot'
122122
git config --global user.email 'batchee@noreply.github.com'
123-
git commit -am "/version ${{ env.software_version }}"
124-
git push
123+
git commit -am "/version ${{ env.software_version }}" --no-verify
124+
git push --no-verify
125125
126126
# Builds and pushes the package to the Python Package Index (PyPI)
127127
- name: Build Python Artifact

0 commit comments

Comments
 (0)