We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4577b commit 7e46700Copy full SHA for 7e46700
2 files changed
.github/workflows/release.yaml
@@ -20,6 +20,9 @@ jobs:
20
distribution: 'adopt'
21
java-version: '15'
22
check-latest: true
23
+ server-id: ossrh
24
+ server-username: MAVEN_USERNAME
25
+ server-password: MAVEN_PASSWORD
26
- id: install-secret-key
27
name: Install gpg secret key
28
run: |
scripts/templates/pom.mustache
@@ -19,11 +19,12 @@
19
</parent>
{{/parentOverridden}}
- <distributionManagement>
- <snapshotRepository>
- <id>ossrh</id>
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
- </snapshotRepository>
+ <distributionManagement>
+ <repository>
+ <id>ossrh</id>
+ <name>Central Repository OSSRH</name>
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+ </repository>
</distributionManagement>
29
30
0 commit comments