Skip to content

Commit 27f0164

Browse files
authored
Update maven-publish.yml
1 parent 159012b commit 27f0164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: mvn versions:set "-DnewVersion=${{ github.event.inputs.releaseversion }}"
3535

3636
- name: Publish toMaven repository
37-
run: mvn deploy --batch-mode --no-transfer-progress -P Release
37+
run: mvn deploy --batch-mode --no-transfer-progress -P Release -Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
3838
env:
3939
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
4040
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

0 commit comments

Comments
 (0)