Skip to content

Commit

Permalink
Action: Also deploy matchbox POM to central repository
Browse files Browse the repository at this point in the history
  • Loading branch information
qligier committed May 8, 2023
1 parent b9bd7e5 commit b337bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/central_repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
gpg-passphrase: MAVEN_GPG_PASSPHRASE

- name: Publish to Apache Maven Central
run: mvn deploy -P release --file matchbox-engine/pom.xml
run: mvn deploy -P release --file pom.xml --projects :matchbox,:matchbox-engine
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
Expand Down

0 comments on commit b337bec

Please sign in to comment.