We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5015288 commit ae7663dCopy full SHA for ae7663d
.github/workflows/maven-publish.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: SettingXML
31
run: echo ${{ secrets.SETTINGSXML }} > settings.xml
32
- name: move Settings.xml
33
- run: mv settings.xml /usr/share/maven/conf/settings.xml
+ run: mv settings.xml ~/.m2/settings.xml
34
- uses: actions/checkout@v4
35
- uses: actions/setup-java@v4
36
with:
0 commit comments