From 00ce61df5994a99443e13e6e3d4efa6cc64251ed Mon Sep 17 00:00:00 2001 From: Matthias Wilke Date: Sun, 29 Oct 2023 13:05:46 +0100 Subject: [PATCH] Automatically release staging repo in release pipeline. --- .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 ecc63c55a..84d8c8c66 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.OSSRH_PASSWORD }} ORG_GRADLE_PROJECT_signingKey: ${{ secrets.PGP_SECRET }} ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.PGP_PASSPHRASE }} - run: ./gradlew publishToSonatype closeSonatypeStagingRepository + run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository - name: Push tags if: inputs.incrementVersion != 'none' && inputs.incrementVersion != ''