Skip to content

Commit

Permalink
Merge pull request #76 from kennethshackleton/publish-release
Browse files Browse the repository at this point in the history
Publish to OSSRH Nexus, then close and release.
  • Loading branch information
kennethshackleton authored Apr 8, 2021
2 parents a2279ce + 3d4f3d8 commit ac63bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
-PsonatypePassword="${{ secrets.OSSRH_PASSWORD }}" \
-PsonatypeUsername="${{ secrets.OSSRH_USERNAME }}" \
publishToSonatype \
closeSonatypeStagingRepository
closeAndReleaseSonatypeStagingRepository
- name: 'Clean-up'
if: ${{ always() }}
run:
Expand Down

0 comments on commit ac63bc0

Please sign in to comment.