We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b756889 commit 9bdc5d2Copy full SHA for 9bdc5d2
.github/workflows/ci.yml
@@ -95,7 +95,7 @@ jobs:
95
java-version: 8
96
97
- name: Build and publish to Bintray/MavenCentral
98
- run: ./gradlew bintrayUpload githubRelease
+ run: ./gradlew --debug bintrayUpload githubRelease
99
env:
100
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
101
BINTRAY_API_KEY: ${{secrets.BINTRAY_API_KEY}}
0 commit comments