Skip to content

Commit b94fa21

Browse files
author
Olivier Chédru
committed
Fix deploy
1 parent 2a3733e commit b94fa21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
run: |
3737
VERSION=${{ github.event.inputs.release_version }}
3838
sed -i "s/version='.*'/version='$VERSION'/g" setup.py
39+
git config user.email [email protected]
3940
git config user.name ${{ github.actor }}
4041
git commit . -m "Bump version to ${VERSION}"
4142
git push origin master

0 commit comments

Comments
 (0)