fixed generated settings

This commit is contained in:
Jared Petersen 2020-05-02 14:52:03 -07:00
parent 23f6cd301b
commit 14d3f1d12c
4 changed files with 3 additions and 2 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

View File

@ -167,7 +167,7 @@ describe('auth tests', () => {
<gpg.passphrase>\${env.${gpgPassphrase}}</gpg.passphrase>
</properties>
</profile>
<profiles>
</profiles>
</settings>
`);
});

BIN
dist/index.js generated vendored

Binary file not shown.

View File

@ -90,7 +90,7 @@ export function generate(
<gpg.passphrase>\${env.${escapeXML(gpgPassphrase)}}</gpg.passphrase>
</properties>
</profile>
<profiles>
</profiles>
</settings>
`;
}