We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bdb67a commit 4d478fbCopy full SHA for 4d478fb
1 file changed
.github/workflows/publish.yml
@@ -22,12 +22,11 @@ jobs:
22
run: |
23
python -m pip install --upgrade pip
24
pip install bump2version build twine
25
-
26
- name: Bump patch version, commit, and tag
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
30
- bump2version patch --allow-dirty --no-commit
+ bump2version patch --allow-dirty --commit --tag
31
git config user.name "github-actions"
32
git config user.email "github-actions@github.com"
33
git add .
0 commit comments