Skip to content

Commit 59aa3fa

Browse files
committed
Try to fix git commit issue
1 parent 02d7f8d commit 59aa3fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

github-build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ commitNextVersion() {
5252
git commit -a -m "Update version for release"
5353
}
5454

55+
git config --global user.email "actions@github.com"
56+
git config --global user.name "GitHub Actions"
57+
5558
echo "Deploying release to Bintray"
5659
removeSnapshots
5760

0 commit comments

Comments
 (0)