Add gpg key

This commit is contained in:
Justin Abrahms 2022-06-23 22:17:33 -05:00
parent 3db8d18c04
commit de35989d29
No known key found for this signature in database
GPG Key ID: 599E2E12011DC474
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ jobs:
java-version: '8'
distribution: 'temurin'
cache: maven
- name: Configure GPG Key
run: |
echo -n "$GPG_SIGNING_KEY" | base64 --decode | gpg --import
env:
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify