Skip to content

Commit 74c12db

Browse files
fix: configure git author for github action publish
1 parent 13f83ae commit 74c12db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
run: |
2323
pip install strip-hints==0.1.9
2424
./patch-python3.6.sh
25+
26+
git config --global user.email "[email protected]"
27+
git config --global user.name "Github Actions"
28+
2529
git add --all
2630
git commit --message "Python 3.6 patch"
2731
latest_tag=$(git describe --abbrev=0 --tags)

0 commit comments

Comments
 (0)