fixed generated settings

This commit is contained in:
Jared Petersen 2020-05-02 14:52:03 -07:00
commit 14d3f1d12c
4 changed files with 6 additions and 3 deletions

View file

@ -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