Skip to content

Commit ee648f1

Browse files
committed
Lets not skip gpg2
1 parent a333804 commit ee648f1

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
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set version
2525
run: mvn versions:set -DnewVersion=${{ github.event.release.tag_name }}
2626
- name: Publish package
27-
run: mvn -P release --batch-mode -Dgpg.passphrase=${{ secrets.GPG_SIGNING_KEY_PASSPHRASE }} deploy
27+
run: mvn -P release --batch-mode -Dgpg.passphrase=${{ secrets.GPG_SIGNING_KEY_PASSWORD }} deploy
2828
env:
2929
MAVEN_USERNAME: ${{ secrets.CENTRAL_TOKEN_USERNAME }}
3030
MAVEN_PASSWORD: ${{ secrets.CENTRAL_TOKEN_PASSWORD }}

0 commit comments

Comments
 (0)