We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504f6fc commit 89ce7cbCopy full SHA for 89ce7cb
1 file changed
.github/workflows/maven-publish.yml
@@ -23,11 +23,6 @@ jobs:
23
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
24
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
25
26
- - name: Write settings-security.xml
27
- run: |
28
- mkdir -p /home/runner/.m2
29
- echo "${{ secrets.SETTINGS_SECURITY_XML }}" > /home/runner/.m2/settings-security.xml
30
-
31
- name: Publish to Maven Central
32
run: mvn clean deploy -DperformRelease=true -X -e
33
env:
0 commit comments