From 2a58f8b895530d4f72595096a79d7d6315a1c72c Mon Sep 17 00:00:00 2001 From: feech Date: Fri, 4 Oct 2024 22:15:13 +0100 Subject: [PATCH] central-publishing-maven-plugin --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 92a6948..6a30b11 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: with: java-version: '17' distribution: 'temurin' - server-id: SERVER_ID + server-id: server server-username: SERVER_USERNAME server-password: SERVER_PASSWORD gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}