Skip to content

Commit

Permalink
build: release to central action
Browse files Browse the repository at this point in the history
  • Loading branch information
edgar-espina-wpp committed Mar 7, 2024
1 parent 878e965 commit d840749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
gpg-passphrase: MAVEN_GPG_PASSPHRASE

- name: Publish to Maven Central
run: mvn -pl '!' clean deploy -P bom,central,gradlePlugin
run: mvn -pl '!tests' clean deploy -P central
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
Expand Down

0 comments on commit d840749

Please sign in to comment.