Skip to content

Commit

Permalink
Fix the MavenCentral Publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
m4gr3d committed Jan 22, 2025
1 parent 417fc91 commit 1f9347b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mavencentral-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# Runs upload, and then closes & releases the repository
- name: Publish to MavenCentral
run: ./gradlew -Prelease_version=${{ github.ref_name }} publishReleasePublicationToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository
run: ./gradlew -Prelease_version=${{ github.ref_name }} publishAllPublicationToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository
env:
OSSRH_GROUP_ID: ${{ secrets.OSSRH_GROUP_ID }}
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
Expand Down

0 comments on commit 1f9347b

Please sign in to comment.