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 fea4981 commit 52ff817Copy full SHA for 52ff817
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Publish to maven
59
run: |
60
- ./gradlew publish
+ ./gradlew sonatypeCentralUpload
61
env:
62
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
63
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
0 commit comments