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 9157e9b commit 115a259Copy full SHA for 115a259
.github/workflows/mvn_publish.yml
@@ -30,12 +30,9 @@ jobs:
30
server-id: ossrh
31
server-username: MAVEN_USERNAME
32
server-password: MAVEN_PASSWORD
33
- gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
34
- gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
35
36
- name: Build with Maven
37
run: mvn clean deploy --batch-mode -DskipTests -P release -B -U -e
38
env:
39
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
40
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
41
- MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
0 commit comments