We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06df73e commit dac2949Copy full SHA for dac2949
.github/workflows/publish.yml
@@ -31,7 +31,7 @@ jobs:
31
run: ./gradlew build
32
33
- name: Publish to Sonatype (for snapshots) or to Maven Central
34
- run: ./gradlew publish closeStagingRepositories
+ run: ./gradlew publish closeAndReleaseStagingRepositories
35
env:
36
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
37
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
0 commit comments