Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ucf4 committed Aug 29, 2024
1 parent ceb8487 commit 04ac97c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-to-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,16 @@ jobs:
echo "$GPG_PRIVATE_KEY" | gpg --batch --no-tty --import
gpg --batch --yes --sign file.txt
gpg --list-secret-keys
env:
GPG_PRIVATE_KEY: '${{ secrets.GPG_PRIVATE_KEY }}'

- name: Build with Maven
run: mvn clean install

- name: Publish to Maven Central
env:
SONATYPE_USERNAME: '${{ secrets.SONATYPE_USERNAME }}'
Expand Down

0 comments on commit 04ac97c

Please sign in to comment.