Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ucf4 committed Aug 30, 2024
1 parent 85ea22a commit 0ff0e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
env:
GPG_PRIVATE_KEY: '${{ secrets.GPG_PRIVATE_KEY }}'

GPG_PASSPHRASE: '${{ secrets.GPG_PASSPHRASE }}'
- name: Build with Maven
run: mvn clean install

- name: Publish to Maven Central
env:
SONATYPE_USERNAME: '${{ secrets.SONATYPE_USERNAME }}'
SONATYPE_PASSWORD: '${{ secrets.SONATYPE_PASSWORD }}'
GPG_PASSPHRASE: '${{ secrets.GPG_PASSPHRASE }}'
#GPG_PASSPHRASE: '${{ secrets.GPG_PASSPHRASE }}'
run: mvn clean deploy -P release --settings .github/maven-settings.xml
- name: Verify JAR signing
run: gpg --verify target/*.asc

0 comments on commit 0ff0e34

Please sign in to comment.