From 1bace8771afe1c38bef0b0cf2fd358db2d44a26d Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Tue, 22 Oct 2024 10:11:25 +0100 Subject: [PATCH] ci: auto publish in maven central (#58) * Auto publish * Add branch to test job * Remove branch --- .github/workflows/publish-to-maven-central.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-maven-central.yml b/.github/workflows/publish-to-maven-central.yml index a2606c5..bf213cc 100644 --- a/.github/workflows/publish-to-maven-central.yml +++ b/.github/workflows/publish-to-maven-central.yml @@ -17,7 +17,7 @@ jobs: uses: ./.github/actions/prepare-gradle - name: Publish to Maven Central - run: ./gradlew publishAllPublicationsToMavenCentralRepository + run: ./gradlew FlagsmithClient:publishAndReleaseToMavenCentral env: ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }} ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_KEY_PASSWORD }}