Skip to content

Commit

Permalink
Fixed maven central releases
Browse files Browse the repository at this point in the history
Added missing environmental variables. This should publish a new version to Maven Central.
  • Loading branch information
mockitoguy committed Nov 25, 2020
1 parent 98abe38 commit ce2f0b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -95,3 +95,5 @@ jobs:
MAVEN_CENTRAL_RELEASE: ${{contains(toJSON(github.event.commits.*.message), '[ci maven-central-release]')}}
GH_WRITE_TOKEN: ${{secrets.GH_WRITE_TOKEN}}
BINTRAY_API_KEY: ${{secrets.BINTRAY_API_KEY}}
NEXUS_TOKEN_USER: ${{secrets.NEXUS_TOKEN_USER}}
NEXUS_TOKEN_PWD: ${{secrets.NEXUS_TOKEN_PWD}}

0 comments on commit ce2f0b6

Please sign in to comment.