Skip to content

Commit e74292d

Browse files
mockitoguySzczepan Faber
authored and
Szczepan Faber
committed
Enabled releases to GitHub and Bintray
1 parent 6232b43 commit e74292d

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)