Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean committed Mar 5, 2024
1 parent 571821c commit 6a4eb1f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-serde-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,9 @@ jobs:
- name: Publish to Maven Central
run: |
mvn source:jar javadoc:jar package gpg:sign -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} -Dserver.username=${{ secrets.NEXUS_USERNAME }} -Dserver.password=${{ secrets.NEXUS_PASSWORD }} nexus-staging:deploy -pl serde-api -s settings.xml
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 }}
central-publishing:publish -pl serde-api -s settings.xml

0 comments on commit 6a4eb1f

Please sign in to comment.