We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d7f8d commit 59aa3faCopy full SHA for 59aa3fa
1 file changed
github-build.sh
@@ -52,6 +52,9 @@ commitNextVersion() {
52
git commit -a -m "Update version for release"
53
}
54
55
+git config --global user.email "actions@github.com"
56
+git config --global user.name "GitHub Actions"
57
+
58
echo "Deploying release to Bintray"
59
removeSnapshots
60
0 commit comments