From dd26506518ec8e4b61c835a4d874fcc81fc78eaa Mon Sep 17 00:00:00 2001 From: nk_ysg Date: Sat, 23 Dec 2023 20:59:36 +0800 Subject: [PATCH] fix work flow maven deploy --- .github/workflows/maven_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/maven_deploy.yml b/.github/workflows/maven_deploy.yml index 850f18b..bc26a05 100644 --- a/.github/workflows/maven_deploy.yml +++ b/.github/workflows/maven_deploy.yml @@ -21,6 +21,7 @@ jobs: uses: actions/setup-java@v3 with: java-version: 11 + distribution: 'oracle' server-id: sonatype-nexus-snapshots server-username: MAVEN_USERNAME server-password: MAVEN_CENTRAL_TOKEN