Skip to content

Commit 1caad26

Browse files
authored
Update publish.yml (#980)
1 parent c8499c1 commit 1caad26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with: # running setup-java again overwrites the settings.xml
2424
distribution: 'temurin'
2525
java-version: '11'
26-
server-id: maven # Value of the distributionManagement/repository/id field of the pom.xml
26+
server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml
2727
server-username: MAVEN_USERNAME # env variable for username in deploy
2828
server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy
2929
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import

0 commit comments

Comments
 (0)