Skip to content

Commit bee73bf

Browse files
committed
Create m2 directory
1 parent d183813 commit bee73bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ jobs:
134134
run: |
135135
echo -n "$GPG_PUBLIC_KEY" > /root/public-key
136136
echo -n "$GPG_PRIVATE_KEY" > /root/private-key
137+
mkdir -p /root/.m2/
137138
echo -n "$MAVEN_SETTINGS" > /root/.m2/settings.xml
138139
infra/scripts/publish-java-sdk.sh --revision ${VERSION_WITHOUT_PREFIX} --gpg-key-import-dir /root
139140

0 commit comments

Comments
 (0)