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 9736137 commit f669f4e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy-to-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,12 @@ 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 }}'
run: mvn -B clean deploy --settings .github/maven-settings.xml
- name: Verify JAR signing
run: gpg --verify target/*.asc
# - name: Verify JAR signing
# run: gpg --verify target/*.asc

0 comments on commit f669f4e

Please sign in to comment.