Skip to content

Commit 037898e

Browse files
authored
Update publish.yml
1 parent e4c7b1e commit 037898e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
#Runs upload, and then closes & releases the repository
3333
- name: Publish to MavenCentral
34-
run: ./gradlew publishReleasePublicationToSonatypeRepository
34+
run: ./gradlew publishAllPublicationsToSonatypeRepository
3535
env:
3636
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
3737
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

0 commit comments

Comments
 (0)