Skip to content

Commit

Permalink
Merge pull request #338 from mockito/mockitoguy-patch-1
Browse files Browse the repository at this point in the history
Fixed CI releases
  • Loading branch information
mockitoguy authored Dec 31, 2020
2 parents f49e212 + 69fb284 commit 7e16d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:
java-version: 8

- name: Build and publish to Bintray/MavenCentral
run: ./gradlew bintrayUpload githubRelease --scan
run: ./gradlew build bintrayUpload githubRelease --scan
env:
MAVEN_CENTRAL_RELEASE: ${{contains(toJSON(github.event.commits.*.message), '[ci maven-central-release]')}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
BINTRAY_API_KEY: ${{secrets.BINTRAY_API_KEY}}
NEXUS_TOKEN_USER: ${{secrets.NEXUS_TOKEN_USER}}
NEXUS_TOKEN_PWD: ${{secrets.NEXUS_TOKEN_PWD}}
NEXUS_TOKEN_PWD: ${{secrets.NEXUS_TOKEN_PWD}}

0 comments on commit 7e16d56

Please sign in to comment.