Skip to content

Commit 0c6c829

Browse files
authored
Update maven-publish.yml
1 parent 76ac50f commit 0c6c829

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
server-username: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
2525
server-password: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
2626
gpg-private-key: ${{ secrets.GPG_SECRET_KEY }}
27+
gpg-passphrase: GPG_PASSPHRASE
2728

2829
- name: Build and Test
2930
run: mvn clean package -Dmaven.javadoc.skip=false

0 commit comments

Comments
 (0)