Skip to content

Commit

Permalink
Remove GPG signing since there's no artifacts to upload. (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaalsn authored and nlu90 committed Aug 2, 2023
1 parent 99ad235 commit e53a88f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
- name: Release Maven package
uses: samuelmeuli/action-maven-publish@v1
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_passphrase: ${{ secrets.PASSPHRASE }}
nexus_username: ${{ secrets.SONATYPE_USERNAME }}
nexus_password: ${{ secrets.SONATYPE_PASSWORD }}
server_id: ossrh
Expand Down

0 comments on commit e53a88f

Please sign in to comment.