Skip to content

Commit

Permalink
adjusting maven central deploy profile
Browse files Browse the repository at this point in the history
  • Loading branch information
psenin-sanofi committed Dec 27, 2021
1 parent 1997503 commit 95d0c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -63,7 +63,7 @@ jobs:
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE
- name: Publish to the Maven Central Repository
run: mvn --batch-mode deploy
run: mvn --batch-mode -P mavenCentral deploy
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
Expand Down

0 comments on commit 95d0c69

Please sign in to comment.