We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81855d5 commit 71ec439Copy full SHA for 71ec439
1 file changed
.github/workflows/tagget_release.yaml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
java-version: 1.8
16
- name: Publish to the Maven Central Repository
17
- run: ./gradlew :publish -Prelease
+ run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -Prelease
18
env:
19
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
20
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
0 commit comments