Skip to content

Commit 888bb8f

Browse files
committed
Fix: Adds reference to settings.xml
1 parent 263827a commit 888bb8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
restore-keys: ${{ runner.os }}-m2
5757

5858
- name: Deploy Release to Central Portal
59-
run: cd java && mvn clean deploy
59+
run: cd java && mvn --settings ../.github/settings.xml clean deploy
6060
env:
6161
MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
6262
MAVEN_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}

0 commit comments

Comments
 (0)