We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb8b2a commit 15cc900Copy full SHA for 15cc900
.github/workflows/maven-publish.yml
@@ -13,11 +13,13 @@ jobs:
13
with:
14
distribution: temurin
15
java-version: 8
16
- server-id: sonatype-nexus-staging
+ server-id: ossrh
17
server-username: 'OSSRH_USER'
18
server-password: 'OSSRH_PASSWORD'
19
gpg-passphrase: 'MAVEN_GPG_PASSPHRASE'
20
gpg-private-key: ${{ secrets.GPG_SECRET }}
21
+ - name: debug settings.xml
22
+ run: cat /home/runner/.m2/settings.xml
23
- name: Publish to Maven Central Repo
24
run: mvn clean deploy --batch-mode --activate-profiles deploy
25
env:
0 commit comments