Skip to content

Commit a02546e

Browse files
cicd: Rename server id to ossrh #TASK-7783
1 parent 51dd144 commit a02546e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-maven-repository-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
<settings>
6464
<servers>
6565
<server>
66-
<id>central</id>
66+
<id>ossrh</id>
6767
<username>${{ secrets.MAVEN_NEXUS_USER }}</username>
6868
<password>${{ secrets.MAVEN_NEXUS_PASSWORD }}</password>
6969
</server>

0 commit comments

Comments
 (0)