From 3e036f87d268af86e4aade24d2d67f1be391989d Mon Sep 17 00:00:00 2001 From: Szczepan Faber Date: Tue, 24 Nov 2020 22:21:34 -0600 Subject: [PATCH] Force maven central release Changed a comment to force the build that will also publish to maven central [ci maven-central-release] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]')}}