Skip to content

Commit

Permalink
Update ossrh-publication.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sheinbergon authored Jul 19, 2022
1 parent eabed16 commit 13e2598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ossrh-publication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
java-version: '11'

- name: Publish To Release Repository
run: ./gradlew publishToSonatype
run: ./gradlew publishToSonatype closeAndReleaseStagingRepository
env:
NEXUS_TARGET: RELEASE
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

0 comments on commit 13e2598

Please sign in to comment.