Skip to content

Commit 40576bd

Browse files
committed
Fix CI
1 parent 6d1808c commit 40576bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
env:
2525
GITHUB_SECRET_PASSPHRASE: ${{ secrets.SECRETS_TAR_PASSPHRASE }}
2626
- name: Publish to MavenCentral
27-
run: ./gradlew bundleReleaseAar publishReleasePublicationToSonatypeRepository closeAndReleaseRepository
27+
run: ./gradlew --debug bundleReleaseAar publishReleasePublicationToSonatypeRepository closeAndReleaseRepository

0 commit comments

Comments
 (0)