Skip to content

Commit

Permalink
[skip ci] Update release.yml (#13274)
Browse files Browse the repository at this point in the history
Use of uploadArchives and closeAndReleaseRepository task to publish release
  • Loading branch information
puneetbehl committed Dec 7, 2023
1 parent 9153e8a commit 101209a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
SECRING_FILE: ${{ secrets.SECRING_FILE }}
with:
arguments: -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg publishToSonatype closeAndReleaseSonatypeStagingRepository
arguments: -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg uploadArchives closeAndReleaseRepository
- name: Run post-release
if: success()
uses: ./.github/actions/post-release
Expand Down

0 comments on commit 101209a

Please sign in to comment.