Skip to content

Commit

Permalink
publish all publications
Browse files Browse the repository at this point in the history
  • Loading branch information
TomVasile authored Aug 19, 2022
1 parent 21c9fa7 commit aa46436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Publish package
uses: gradle/gradle-build-action@v2
with:
arguments: publishToSonatype closeAndReleaseStagingRepository
arguments: publish closeAndReleaseStagingRepository
env:
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
GPG_SIGNING_KEY_PASSWORD: ${{ secrets.GPG_SIGNING_KEY_PASSWORD }}
Expand Down

0 comments on commit aa46436

Please sign in to comment.