Skip to content

Commit

Permalink
ci: auto publish in maven central (#58)
Browse files Browse the repository at this point in the history
* Auto publish

* Add branch to test job

* Remove branch
  • Loading branch information
matthewelwell authored Oct 22, 2024
1 parent ed4fade commit 1bace87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1bace87

Please sign in to comment.