Skip to content

Commit

Permalink
Add --no-commit --no-tag to bump2version because we commit ourselves
Browse files Browse the repository at this point in the history
  • Loading branch information
adriaandotcom authored Oct 25, 2024
1 parent fee8523 commit ade69e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Bump version
id: bump_version
run: |
VERSION=$(bump2version patch --allow-dirty --list | grep new_version= | cut -d'=' -f2)
VERSION=$(bump2version patch --allow-dirty --no-commit --no-tag --list | grep new_version= | cut -d'=' -f2)
echo "VERSION=$VERSION" >> $GITHUB_ENV
shell: bash

Expand Down

0 comments on commit ade69e6

Please sign in to comment.