We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f076f3 commit 71337cdCopy full SHA for 71337cd
.github/workflows/maven-publish.yml
@@ -31,4 +31,12 @@ jobs:
31
- name: Publish package
32
run: mvn --batch-mode deploy
33
env:
34
- GITHUB_TOKEN: ${{ secrets.GITHUBTOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUBTOKEN }}
35
+ - name: Maven Central Publish
36
+ # You may pin to the exact commit or the version.
37
+ # uses: zhoujunlin94/auto_deploy_maven_central@d008e8cc182d799a9fd507164f83c54be0b0a858
38
+ uses: zhoujunlin94/[email protected]
39
+ with:
40
+ # GPG_PASSPHRASE
41
+ GPG_PASSPHRASE: ${{ secrets.GPGPASSPHRASE }}
42
+
0 commit comments