Skip to content

Commit

Permalink
Update deploy cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Wenger committed Mar 22, 2024
1 parent 48d3bca commit 31a66fc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,10 @@ jobs:

- name: Publish to Maven Central
run: |
mvn \
--no-transfer-progress \
--batch-mode \
mvn --no-transfer-progress --batch-mode clean verify deploy \
-Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} \
-DskipTests \
-Prelease \
deploy
-Prelease
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

0 comments on commit 31a66fc

Please sign in to comment.