8000
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 304c8ec commit 6d75bd4Copy full SHA for 6d75bd4
.github/workflows/publish.yml
@@ -37,7 +37,7 @@ jobs:
37
echo "released_version=`./gradlew -q cV -Prelease.quiet`" >> $GITHUB_OUTPUT
38
39
- name: Publish to Maven Central
40
- run: ./gradlew build publish
+ run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
41
env:
42
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
43
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
0 commit comments