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 c491006 commit d4359caCopy full SHA for d4359ca
.github/workflows/build.yml
@@ -85,7 +85,7 @@ jobs:
85
GPG_KEY_PASSWORD: ${{ secrets.GPG_KEY_PASSWORD }}
86
GPG_KEY_SECRET: ${{ secrets.GPG_KEY_SECRET }}
87
PACKAGE_VERSION: ${{ github.event.release.tag_name }}
88
- run: ./gradlew publishToMavenCentral --debug
+ run: ./gradlew publishToMavenCentral
89
90
publish:
91
if: ${{ github.event_name == 'release' }}
0 commit comments