Skip to content

Commit ade69e6

Browse files
Add --no-commit --no-tag to bump2version because we commit ourselves
1 parent fee8523 commit ade69e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Bump version
3030
id: bump_version
3131
run: |
32-
VERSION=$(bump2version patch --allow-dirty --list | grep new_version= | cut -d'=' -f2)
32+
VERSION=$(bump2version patch --allow-dirty --no-commit --no-tag --list | grep new_version= | cut -d'=' -f2)
3333
echo "VERSION=$VERSION" >> $GITHUB_ENV
3434
shell: bash
3535

0 commit comments

Comments
 (0)