Skip to content

Commit 610ca91

Browse files
author
Oryan M
committed
Unskip build.sh
1 parent 417f96b commit 610ca91

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
server-username: BINTRAY_USER
3030
server-password: BINTRAY_PASS
3131
- name: Publish release
32-
run: mvn release:clean release:prepare release:perform -B -e -Pbintray
32+
run: bash github-build.sh
3333
env:
3434
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
3535
BINTRAY_PASS: ${{ secrets.BINTRAY_PASSWORD }}

github-build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ commitNextVersion() {
4040
git commit -a -m "Update version for release"
4141
}
4242

43+
git config --global user.email "actions@github.com"
44+
git config --global user.name "GitHub Actions"
4345

4446
echo "Deploying release to Bintray"
4547

0 commit comments

Comments
 (0)