We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee8523 commit ade69e6Copy full SHA for ade69e6
.github/workflows/python-publish.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Bump version
30
id: bump_version
31
run: |
32
- 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)
33
echo "VERSION=$VERSION" >> $GITHUB_ENV
34
shell: bash
35
0 commit comments