Skip to content

Commit

Permalink
ci: update deploy script
Browse files Browse the repository at this point in the history
add sonatype token

work on #4
  • Loading branch information
bsorrentino committed Aug 2, 2024
1 parent 831d46e commit 1862707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
- name: Deploy to OSS Sonatype
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OSS_SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
OSS_SONATYPE_TOKEN: ${{ secrets.OSS_SONATYPE_TOKEN }}
run: mvn -B source:jar javadoc:jar deploy --file pom.xml -s settings-template.xml -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}

0 comments on commit 1862707

Please sign in to comment.