Skip to content

Commit 06509e4

Browse files
authored
Merge pull request #71 from renderbox/develop
Updated the config to handle a couple of steps
2 parents d72226f + aa714e0 commit 06509e4

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)