We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f17695 commit 66d2f3dCopy full SHA for 66d2f3d
.github/workflows/publish-release.yml
@@ -30,7 +30,8 @@ jobs:
30
echo Last version: ${last_version}
31
new_version=$(echo ${NEW_TAG//v/""})
32
echo New version: ${new_version}
33
- git config --local user.name "github-actions[bot]"
+ git config --global user.name "github-actions[bot]"
34
+ git config --global user.email "[email protected]"
35
bumpversion --current-version $last_version --new-version $new_version setup.py
36
- name: update changelog with gren
37
env:
0 commit comments