Skip to content

Commit

Permalink
FIX: Activate lombok Maven profile when deploying to Nexus Staging
Browse files Browse the repository at this point in the history
  • Loading branch information
nvamelichev committed Dec 28, 2023
1 parent c2507f3 commit 8768073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- name: Publish package
run: |
mvn $MAVEN_ARGS -Possrh-s01 -Dgpg.passphrase=${{ secrets.MAVEN_OSSRH_GPG_PASSWORD }} clean deploy
mvn $MAVEN_ARGS -Possrh-s01 -Plombok -Dgpg.passphrase=${{ secrets.MAVEN_OSSRH_GPG_PASSWORD }} clean deploy
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_OSSRH_TOKEN }}

0 comments on commit 8768073

Please sign in to comment.