From 6e80ee1267157b55d7a7f575f6889e8135518dbc Mon Sep 17 00:00:00 2001 From: Puneet Behl Date: Thu, 7 Dec 2023 13:57:20 +0530 Subject: [PATCH] [skip ci] Update release.yml Use of uploadArchives and closeAndReleaseRepository task to publish release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5932e13a526..c2892fdd32b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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