Skip to content

Commit 417f96b

Browse files
author
Oryan M
committed
Skip build.sh
1 parent bfe6eae commit 417f96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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: bash github-build.sh
32+
run: mvn release:clean release:prepare release:perform -B -e -Pbintray
3333
env:
3434
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
3535
BINTRAY_PASS: ${{ secrets.BINTRAY_PASSWORD }}

0 commit comments

Comments
 (0)