Skip to content

Commit 98154dd

Browse files
Update GitHub Deploy config
1 parent bedc7f3 commit 98154dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
shell: bash
3636

3737
- name: Deploy with GPG signing
38-
run: mvn clean deploy -Psign-artifacts -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}"
38+
run: mvn clean deploy -Psign-artifacts -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}" -Dgpg.keyname=${{ secrets.GPG_KEY_ID }}
3939
env:
4040
MAVEN_USERNAME: ${{ secrets.CENTRAL_USERNAME }}
4141
MAVEN_PASSWORD: ${{ secrets.CENTRAL_PASSWORD }}

0 commit comments

Comments
 (0)