Skip to content

Commit fbec7f0

Browse files
Fix git 'Author identity unknown' (#529)
1 parent 032ce12 commit fbec7f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
set -e
55

66
# Add git user
7-
git config user.email "[email protected]"
8-
git config user.name "Gluon Bot"
7+
git config --global user.email "[email protected]"
8+
git config --global user.name "Gluon Bot"
99

1010
echo "Update samples"
1111
sh $GITHUB_WORKSPACE/.github/scripts/update-samples.sh

0 commit comments

Comments
 (0)