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 cf6afcf commit 5015288Copy full SHA for 5015288
.github/workflows/maven-publish.yml
@@ -27,6 +27,10 @@ jobs:
27
run: echo "${{ secrets.GPGPASSPHRASE }}" > private-file.key
28
- name: Import private-key
29
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
34
- uses: actions/checkout@v4
35
- uses: actions/setup-java@v4
36
with:
0 commit comments