Skip to content

Commit

Permalink
Force maven central release
Browse files Browse the repository at this point in the history
Changed a comment to force the build that will also publish to maven central

[ci maven-central-release]
  • Loading branch information
mockitoguy committed Nov 25, 2020
1 parent ce2f0b6 commit 3e036f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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]')}}
Expand Down

0 comments on commit 3e036f8

Please sign in to comment.