Skip to content

Commit 89ce7cb

Browse files
authored
Update maven-publish.yml
1 parent 504f6fc commit 89ce7cb

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/maven-publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ jobs:
2323
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
2424
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
2525

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-
3126
- name: Publish to Maven Central
3227
run: mvn clean deploy -DperformRelease=true -X -e
3328
env:

0 commit comments

Comments
 (0)