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 3b81e34 commit d5732b8Copy full SHA for d5732b8
.github/workflows/publish-to-maven-central.yml
@@ -31,6 +31,7 @@ jobs:
31
- name: Release Maven package
32
uses: samuelmeuli/action-maven-publish@v1
33
with:
34
+ server_id: central
35
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
36
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
37
nexus_username: ${{ secrets.NEXUS_USERNAME }}
pom.xml
@@ -217,6 +217,10 @@
217
<id>ossrh</id>
218
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
219
</repository>
220
+ <repository>
221
+ <id>central</id>
222
+ <url>https://central.sonatype.com</url>
223
+ </repository>
224
</distributionManagement>
225
226
<scm>
0 commit comments