Skip to content

Commit aa714e0

Browse files
committed
Updated the config to handle a couple of steps
1 parent d72226f commit aa714e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
- name: Bump version and commit changes
2626
run: |
2727
bump2version patch
28+
- name: Push changes
29+
run: |
30+
git config --global user.email "[email protected]"
31+
git config --global user.name "GitHub Actions"
2832
git push
2933
git push --tags
3034
env:

0 commit comments

Comments
 (0)