Skip to content

Commit

Permalink
skip gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang committed Jul 27, 2023
1 parent fb04762 commit 0aa2ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
server-username: OSSRH_ID
server-password: OSSRH_KEY
- name: Publish java packages
run: cd java && mvn --batch-mode deploy -Prelease
run: cd java && mvn --batch-mode deploy -Prelease -Dgpg.skip
env:
OSSRH_ID: ${{ secrets.OSSRH_ID }}
OSSRH_KEY: ${{ secrets.OSSRH_KEY }}

0 comments on commit 0aa2ccb

Please sign in to comment.