Skip to content

Commit

Permalink
Updating gpg signing
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaytotomato committed Aug 2, 2024
1 parent d845b61 commit 673238c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}

- name: List keys
run: gpg -K

- name: Build with Maven
run: mvn --batch-mode clean verify

Expand Down

0 comments on commit 673238c

Please sign in to comment.