We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f768d6 commit 306fff7Copy full SHA for 306fff7
1 file changed
.github/workflows/maven-publish.yml
@@ -20,6 +20,7 @@ jobs:
20
with:
21
java-version: '11'
22
distribution: 'temurin'
23
+ gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
24
server-id: ossrh
25
server-username: MAVEN_USERNAME
26
server-password: MAVEN_PASSWORD
@@ -33,6 +34,7 @@ jobs:
33
34
35
36
37
38
- name: Publish to GitHub Packages
39
run: mvn --batch-mode deploy
40
env:
0 commit comments