Skip to content

Commit 477dbc5

Browse files
authored
Update server-id in release.yml to use 'central' for Maven deployment (#310)
1 parent 4aebb0c commit 477dbc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
java-version: 8
1616
distribution: 'adopt'
17-
server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml
17+
server-id: central # Value of the distributionManagement/repository/id field of the pom.xml
1818
server-username: MAVEN_USERNAME # env variable for username in deploy
1919
server-password: MAVEN_PASSWORD # env variable for token in deploy
2020
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import

0 commit comments

Comments
 (0)