We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4615154 commit 8c884e2Copy full SHA for 8c884e2
1 file changed
.github/workflows/maven-publish.yml
@@ -19,6 +19,7 @@ jobs:
19
uses: actions/setup-java@v1
20
with:
21
java-version: 16-ea
22
+ gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
23
- name: Publish to GitHub Packages Apache Maven
24
run: mvn --batch-mode -X deploy
25
env:
0 commit comments