We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54112b6 commit 231ec1eCopy full SHA for 231ec1e
.github/workflows/perform-release.yml
@@ -103,7 +103,7 @@ jobs:
103
mvn
104
$MVN_CLI_ARGS -Drelease -s settings.xml
105
-e
106
- -DserverId=central -Durl=https://central.sonatype.com
+ -DserverId=central -Durl=https://central.sonatype.com/api/v1/publisher/upload
107
-Dgpg.passphrase="$MAVEN_GPG_PASSPHRASE" -Dgpg.keyname="$MAVEN_CENTRAL_USER"
108
deploy
109
env:
pom.xml
@@ -43,7 +43,7 @@
43
<distributionManagement>
44
<repository>
45
<id>central</id>
46
- <url>https://central.sonatype.com</url>
+ <url>https://central.sonatype.com/api/v1/publisher/upload</url>
47
</repository>
48
</distributionManagement>
49
<properties>
0 commit comments