Skip to content

Commit 4d478fb

Browse files
Update publish.yml
1 parent 9bdb67a commit 4d478fb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip
2424
pip install bump2version build twine
25-
2625
- name: Bump patch version, commit, and tag
2726
env:
2827
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2928
run: |
30-
bump2version patch --allow-dirty --no-commit
29+
bump2version patch --allow-dirty --commit --tag
3130
git config user.name "github-actions"
3231
git config user.email "github-actions@github.com"
3332
git add .

0 commit comments

Comments
 (0)