Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit 31e750f

Browse files
committed
Fixed path
1 parent c275a8a commit 31e750f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# until GH makes it work
2828
- name: Copy predefined settings into Home folder
2929
run: |
30-
mkdir -p ~/.m2/settings.xml
30+
mkdir -p ~/.m2/
3131
cp .github/workflows/maven/m2-settings-release.xml ~/.m2/settings.xml
3232
3333
# - name: Publish to OSSRH

0 commit comments

Comments
 (0)