We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13334c7 commit 2d98231Copy full SHA for 2d98231
.github/workflows/publish.yml
@@ -22,8 +22,8 @@ jobs:
22
- name: Setup Gradle
23
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
24
25
- - name: Publish to GitHub Packages
26
- run: ./gradlew publish
+ - name: Publish to Central Sonatype
+ run: ./gradlew allPublishToOSSRH
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
0 commit comments