Skip to content

Commit 9bdc5d2

Browse files
Debug on release
1 parent b756889 commit 9bdc5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
java-version: 8
9696

9797
- name: Build and publish to Bintray/MavenCentral
98-
run: ./gradlew bintrayUpload githubRelease
98+
run: ./gradlew --debug bintrayUpload githubRelease
9999
env:
100100
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
101101
BINTRAY_API_KEY: ${{secrets.BINTRAY_API_KEY}}

0 commit comments

Comments
 (0)