Skip to content

Commit

Permalink
log only errors for mvn deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dekm committed Mar 27, 2024
1 parent 23879de commit fd7f077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: mvn clean install -B -P release --file pax-sdk/pom.xml

- name: Sign and Deploy to OSSRH
run: mvn deploy -e -X -B -P release --settings pax-sdk/settings.xml --file pax-sdk/pom.xml
run: mvn deploy -e -B -P release --settings pax-sdk/settings.xml --file pax-sdk/pom.xml
env:
GPG_EXECUTABLE: gpg
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
Expand Down

0 comments on commit fd7f077

Please sign in to comment.