Skip to content

Commit

Permalink
Added gpg.keyname to server settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeaninev committed Apr 12, 2023
1 parent 0ea726c commit 484ee4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

maven-args: "-Possrh -Dmaven.javadoc.skip=true -DskipTests -DskipITs -Ddockerfile.skip -DdockerCompose.skip -Dmaven.deploy.skip=true"
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
maven-servers: '[{"id": "ossrh", "username": "Jeaninev", "password": "${{ secrets.OSSRH_PASSWORD }}"}]'
maven-servers: '[{"id": "ossrh", "username": "Jeaninev", "password": "${{ secrets.OSSRH_PASSWORD }}"},{"id": "gpg.keyname", "gpg.keyname": "A9666695CFBA4686"}]'
release-branch-name: main

gpg-enabled: true
Expand Down

0 comments on commit 484ee4a

Please sign in to comment.