File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 32
32
echo Last version: ${last_version}
33
33
new_version=$(echo ${NEW_TAG//v/""})
34
34
echo New version: ${new_version}
35
- git config --local user.name "github-actions[bot]"
35
+ git config --global user.name "github-actions[bot]"
36
+ git config --global user.email "[email protected] "
36
37
bumpversion --current-version $last_version --new-version $new_version setup.py
37
38
- name : update changelog with gren
38
39
env :
42
43
node_modules/.bin/gren changelog --override
43
44
- name : Commit files
44
45
run : |
45
- git config --local user.name "github-actions[bot]"
46
+ git config --global user.name "github-actions[bot]"
47
+ git config --global user.email "[email protected] "
46
48
git add CHANGELOG.md
47
49
git commit -m "Update ChangeLog"
48
50
- name : Push changes
You can’t perform that action at this time.
0 commit comments