Skip to content

Commit 7486eda

Browse files
authored
Merge pull request #405 from mockito/mockitoguy-patch-1
Enabled releases to GitHub and Bintray
2 parents 6232b43 + e74292d commit 7486eda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ jobs:
9797
java-version: 8
9898

9999
- name: Build and publish to Bintray/MavenCentral
100-
run: ./gradlew tasks # TODO, in progress: bintrayUpload githubRelease
100+
run: ./gradlew githubRelease bintrayUpload
101101
env:
102102
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
103-
# BINTRAY_API_KEY: ${{secrets.BINTRAY_API_KEY}}
104-
# NEXUS_TOKEN_USER: ${{secrets.NEXUS_TOKEN_USER}}
105-
# NEXUS_TOKEN_PWD: ${{secrets.NEXUS_TOKEN_PWD}}
103+
BINTRAY_API_KEY: ${{secrets.BINTRAY_API_KEY}}
104+
NEXUS_TOKEN_USER: ${{secrets.NEXUS_TOKEN_USER}}
105+
NEXUS_TOKEN_PWD: ${{secrets.NEXUS_TOKEN_PWD}}
106106

0 commit comments

Comments
 (0)