Skip to content

Commit ae7663d

Browse files
committed
add: Settings.xml
1 parent 5015288 commit ae7663d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: SettingXML
3131
run: echo ${{ secrets.SETTINGSXML }} > settings.xml
3232
- name: move Settings.xml
33-
run: mv settings.xml /usr/share/maven/conf/settings.xml
33+
run: mv settings.xml ~/.m2/settings.xml
3434
- uses: actions/checkout@v4
3535
- uses: actions/setup-java@v4
3636
with:

0 commit comments

Comments
 (0)