We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5828a1 commit bfe6eaeCopy full SHA for bfe6eae
.github/workflows/release.yml
@@ -35,3 +35,4 @@ jobs:
35
BINTRAY_PASS: ${{ secrets.BINTRAY_PASSWORD }}
36
MAVEN_USERNAME: ${{ secrets.OSS_USER_TOKEN_KEY }}
37
MAVEN_PASSWORD: ${{ secrets.OSS_USER_TOKEN_PASS }}
38
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
github-build.sh
@@ -40,8 +40,6 @@ commitNextVersion() {
40
git commit -a -m "Update version for release"
41
}
42
43
-git config --global user.email "actions@github.com"
44
-git config --global user.name "GitHub Actions"
45
46
echo "Deploying release to Bintray"
47
0 commit comments