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 5d1ac8d commit 8f9ca1bCopy full SHA for 8f9ca1b
.github/workflows/build.yaml
@@ -80,7 +80,7 @@ jobs:
80
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
81
PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }}
82
run: |
83
- ./gradlew publishToSonatype --stacktrace
+ ./gradlew publishToMavenCentral --stacktrace
84
85
- name: archive test results
86
uses: actions/upload-artifact@v4
.github/workflows/release.yaml
@@ -34,4 +34,4 @@ jobs:
34
SIGN_KEY: ${{ secrets.SIGN_KEY_ORG }}
35
SIGN_PWD: ${{ secrets.SIGN_PWD }}
36
37
- ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
0 commit comments