Skip to content

Commit 7e16d56

Browse files
authored
Merge pull request #338 from mockito/mockitoguy-patch-1
Fixed CI releases
2 parents f49e212 + 69fb284 commit 7e16d56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ jobs:
7070
java-version: 8
7171

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

0 commit comments

Comments
 (0)