We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082457c commit e3e59f2Copy full SHA for e3e59f2
1 file changed
.github/workflows/maven-publish.yml
@@ -16,11 +16,11 @@ jobs:
16
with:
17
java-version: '11'
18
distribution: 'adopt'
19
- # server-id: ossrh
20
- # server-username: MAVEN_USERNAME
21
- # server-password: MAVEN_PASSWORD
22
- # gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
23
- # gpg-passphrase: GPG_PASSPHRASE
+ server-id: ossrh
+ server-username: MAVEN_USERNAME
+ server-password: MAVEN_PASSWORD
+ gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
+ gpg-passphrase: GPG_PASSPHRASE
24
# Build and publish to a local Maven repository for testing
25
- name: Build and Publish to Local Maven Repository
26
run: mvn --batch-mode clean install deploy -Dgpg.skip=true -DskipTests=true -DskipNexusStaging=true -DaltDeploymentRepository=local::default::file://$HOME/.m2/repository
0 commit comments