Skip to content

Commit 13cd291

Browse files
committed
fixup maven settings initialization
1 parent e054644 commit 13cd291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
5959

6060
- name: Initialize Maven settings
61-
run: mkdir -p ./.m2 && mv settings.xml ./.m2
61+
run: mkdir -p .$HOME/.m2 && mv settings.xml $HOME/.m2
6262

6363
- name: Publish package
6464
run: mvn --batch-mode "-Dprod.build=true" -Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} clean deploy --file pom-dist.xml

0 commit comments

Comments
 (0)