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.
2 parents d40eb09 + 0448f2f commit 7ef67efCopy full SHA for 7ef67ef
.github/workflows/maven-publish.yml
@@ -15,12 +15,12 @@ jobs:
15
server-id: ossrh
16
server-username: MAVEN_USERNAME
17
server-password: MAVEN_PASSWORD
18
- gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
+ gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
19
gpg-passphrase: MAVEN_GPG_PASSPHRASE
20
- name: Publish package
21
run: |
22
./mvnw clean deploy -P release -DskipTests=true --batch-mode
23
env:
24
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
25
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
26
- MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
+ MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PWD }}
0 commit comments