Skip to content

Commit 1bace87

Browse files
ci: auto publish in maven central (#58)
* Auto publish * Add branch to test job * Remove branch
1 parent ed4fade commit 1bace87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-maven-central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: ./.github/actions/prepare-gradle
1818

1919
- name: Publish to Maven Central
20-
run: ./gradlew publishAllPublicationsToMavenCentralRepository
20+
run: ./gradlew FlagsmithClient:publishAndReleaseToMavenCentral
2121
env:
2222
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }}
2323
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_KEY_PASSWORD }}

0 commit comments

Comments
 (0)