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 2a3733e commit b94fa21Copy full SHA for b94fa21
.github/workflows/release.yml
@@ -36,6 +36,7 @@ jobs:
36
run: |
37
VERSION=${{ github.event.inputs.release_version }}
38
sed -i "s/version='.*'/version='$VERSION'/g" setup.py
39
+ git config user.email [email protected]
40
git config user.name ${{ github.actor }}
41
git commit . -m "Bump version to ${VERSION}"
42
git push origin master
0 commit comments