Skip to content

Commit

Permalink
Change task used for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
marad committed Sep 29, 2023
1 parent 966469a commit d3d5b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-maven-central.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Publish package
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
with:
arguments: publishLibraryPublicationToOSSRHRepository
arguments: publishAllPublicationsToOSSRHRepository
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
Expand Down

0 comments on commit d3d5b35

Please sign in to comment.