From e7aa10b64ec1fe22c907208580f301af3482d155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20LELEU?= Date: Fri, 24 Nov 2023 13:41:35 +0100 Subject: [PATCH] trying to fix build --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fced4d6..374da33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: uses: actions/setup-java@de1bb2b0c5634f0fc4438d7aa9944e68f9bf86cc # tag=v3 with: java-version: ${{ env.JDK_CURRENT }} - server-id: sonatype-nexus-snapshots + server-id: ossrh server-username: MAVEN_USERNAME server-password: MAVEN_PASSWORD distribution: ${{ env.DISTRIBUTION }}