Skip to content

Commit 8c884e2

Browse files
committed
Add gpg key for github packages publishing
1 parent 4615154 commit 8c884e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: actions/setup-java@v1
2020
with:
2121
java-version: 16-ea
22+
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
2223
- name: Publish to GitHub Packages Apache Maven
2324
run: mvn --batch-mode -X deploy
2425
env:

0 commit comments

Comments
 (0)