Skip to content

Commit d0cf02d

Browse files
committed
Update git user in release action
1 parent a5feaaf commit d0cf02d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
echo Last version: ${last_version}
3131
new_version=$(echo ${NEW_TAG//v/""})
3232
echo New version: ${new_version}
33-
git config --local user.name "github-actions[bot]"
33+
git config --global user.name "github-actions[bot]"
34+
git config --global user.email "[email protected]"
3435
bumpversion --current-version $last_version --new-version $new_version setup.py
3536
- name: update changelog with gren
3637
env:

0 commit comments

Comments
 (0)