Skip to content

Commit

Permalink
Get rid of the key name property
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean authored Mar 7, 2024
1 parent 87d4d03 commit 30f824a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-serde-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- name: Publish to Maven Central
run: |
mvn source:jar javadoc:jar package gpg:sign
-Dgpg.keyname=1A170F8C45BC4949B9192B3E105A3AE83A7A2B89
-Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}
-Dserver.username=${{ secrets.NEXUS_USERNAME }}
-Dserver.password=${{ secrets.NEXUS_PASSWORD }}
Expand Down

0 comments on commit 30f824a

Please sign in to comment.