We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6232b43 commit e74292dCopy full SHA for e74292d
.github/workflows/ci.yml
@@ -97,10 +97,10 @@ jobs:
97
java-version: 8
98
99
- name: Build and publish to Bintray/MavenCentral
100
- run: ./gradlew tasks # TODO, in progress: bintrayUpload githubRelease
+ run: ./gradlew githubRelease bintrayUpload
101
env:
102
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}}
+ BINTRAY_API_KEY: ${{secrets.BINTRAY_API_KEY}}
+ NEXUS_TOKEN_USER: ${{secrets.NEXUS_TOKEN_USER}}
+ NEXUS_TOKEN_PWD: ${{secrets.NEXUS_TOKEN_PWD}}
106
0 commit comments