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 bfe6eae commit 417f96bCopy full SHA for 417f96b
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
server-username: BINTRAY_USER
30
server-password: BINTRAY_PASS
31
- name: Publish release
32
- run: bash github-build.sh
+ run: mvn release:clean release:prepare release:perform -B -e -Pbintray
33
env:
34
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
35
BINTRAY_PASS: ${{ secrets.BINTRAY_PASSWORD }}
0 commit comments