mirror of
https://github.com/actions/setup-java.git
synced 2025-06-29 12:34:14 +00:00
fixed generated settings
This commit is contained in:
parent
23f6cd301b
commit
14d3f1d12c
4 changed files with 6 additions and 3 deletions
|
@ -114,6 +114,7 @@ jobs:
|
|||
server-username: MAVEN_USERNAME # env variable for username in deploy
|
||||
server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy
|
||||
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
|
||||
gpg-passphrase: MAVEN_GPG_PASSPHRASE
|
||||
|
||||
- name: Publish to Apache Maven Central
|
||||
run: mvn deploy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue