mirror of
https://github.com/actions/setup-java
synced 2024-11-09 15:12:39 +00:00
Add note about $HOME directory usage
This commit is contained in:
parent
f33acc6b4f
commit
ddf78adea0
1 changed files with 3 additions and 0 deletions
|
@ -86,6 +86,9 @@ jobs:
|
||||||
- name: Publish to Apache Maven Central
|
- name: Publish to Apache Maven Central
|
||||||
run: mvn deploy
|
run: mvn deploy
|
||||||
```
|
```
|
||||||
|
|
||||||
|
***NOTE: The `settings.xml` is created in the Actons $HOME directory by default and will overwrite existing files.***
|
||||||
|
|
||||||
See the help docs on [Publishing a Package](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-apache-maven-for-use-with-github-packages#publishing-a-package) for more information on the `pom.xml` file.
|
See the help docs on [Publishing a Package](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-apache-maven-for-use-with-github-packages#publishing-a-package) for more information on the `pom.xml` file.
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
Loading…
Reference in a new issue