Skip to content

Commit ec9e778

Browse files
committed
Update the serverId in workflow
1 parent f4f87fe commit ec9e778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
servers: |
5959
[{
60-
"id": "sonatype-nexus-snapshots",
60+
"id": "central-portal-snapshots",
6161
"username": "${{ secrets.SONATYPE_BOT_USERNAME }}",
6262
"password": "${{ secrets.SONATYPE_BOT_TOKEN }}"
6363
}]

0 commit comments

Comments
 (0)