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 9ec858a commit 76ac50fCopy full SHA for 76ac50f
.github/workflows/maven-publish.yml
@@ -15,14 +15,15 @@ jobs:
15
- uses: actions/checkout@v4
16
- name: Set up JDK 11
17
uses: actions/setup-java@v4
18
+ env:
19
+ GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
20
with:
21
java-version: '11'
22
distribution: 'temurin'
23
server-id: central
24
server-username: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
25
server-password: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
26
gpg-private-key: ${{ secrets.GPG_SECRET_KEY }}
- gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
27
28
- name: Build and Test
29
run: mvn clean package -Dmaven.javadoc.skip=false
0 commit comments