mirror of
https://github.com/actions/setup-java.git
synced 2025-05-21 18:01:46 +00:00
fixed generated settings
This commit is contained in:
parent
23f6cd301b
commit
14d3f1d12c
@ -114,6 +114,7 @@ jobs:
|
|||||||
server-username: MAVEN_USERNAME # env variable for username in deploy
|
server-username: MAVEN_USERNAME # env variable for username in deploy
|
||||||
server-password: MAVEN_CENTRAL_TOKEN # env variable for token 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-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
|
- name: Publish to Apache Maven Central
|
||||||
run: mvn deploy
|
run: mvn deploy
|
||||||
|
@ -167,7 +167,7 @@ describe('auth tests', () => {
|
|||||||
<gpg.passphrase>\${env.${gpgPassphrase}}</gpg.passphrase>
|
<gpg.passphrase>\${env.${gpgPassphrase}}</gpg.passphrase>
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
<profiles>
|
</profiles>
|
||||||
</settings>
|
</settings>
|
||||||
`);
|
`);
|
||||||
});
|
});
|
||||||
|
BIN
dist/index.js
generated
vendored
BIN
dist/index.js
generated
vendored
Binary file not shown.
@ -90,7 +90,7 @@ export function generate(
|
|||||||
<gpg.passphrase>\${env.${escapeXML(gpgPassphrase)}}</gpg.passphrase>
|
<gpg.passphrase>\${env.${escapeXML(gpgPassphrase)}}</gpg.passphrase>
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
<profiles>
|
</profiles>
|
||||||
</settings>
|
</settings>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user