We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4fade commit 1bace87Copy full SHA for 1bace87
.github/workflows/publish-to-maven-central.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: ./.github/actions/prepare-gradle
18
19
- name: Publish to Maven Central
20
- run: ./gradlew publishAllPublicationsToMavenCentralRepository
+ run: ./gradlew FlagsmithClient:publishAndReleaseToMavenCentral
21
env:
22
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }}
23
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_KEY_PASSWORD }}
0 commit comments