Skip to content

Commit 5015288

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/maven-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
run: echo "${{ secrets.GPGPASSPHRASE }}" > private-file.key
2828
- name: Import private-key
2929
run: gpg --import private-file.key
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
3034
- uses: actions/checkout@v4
3135
- uses: actions/setup-java@v4
3236
with:

0 commit comments

Comments
 (0)