diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b236027a1e..5813dfbc77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: with: java-version: 8 - - name: Build and publish + - name: Build and publish to Bintray/MavenCentral run: ./gradlew bintrayUpload githubRelease --scan env: MAVEN_CENTRAL_RELEASE: ${{contains(toJSON(github.event.commits.*.message), '[ci maven-central-release]')}}