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 a395e37 commit 38baf82Copy full SHA for 38baf82
.github/workflows/maven.yml
@@ -19,17 +19,17 @@ jobs:
19
java-version: '17'
20
distribution: 'temurin'
21
cache: maven
22
+ server-id: central
23
server-username: MAVEN_USERNAME
24
server-password: MAVEN_PASSWORD
25
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
- env:
26
- GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
27
28
- name: Publish snapshot
29
run: mvn -B deploy --file pom.xml
30
env:
31
MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
32
MAVEN_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
+ GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
33
34
# Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
35
- name: Update dependency graph
0 commit comments