From e55dcce82094e4b1fd2490b10504a78950aac6b6 Mon Sep 17 00:00:00 2001 From: Matt Sicker Date: Wed, 28 Apr 2021 14:49:10 -0500 Subject: [PATCH] Fix server id config --- .github/workflows/maven-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index 18dd937..d792b6e 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -22,7 +22,7 @@ jobs: with: java-version: '11' distribution: 'adopt' - server-id: github # Value of the distributionManagement/repository/id field of the pom.xml + server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml settings-path: ${{ github.workspace }} # location for the settings.xml file - name: Build with Maven