Skip to content

Commit d0baa22

Browse files
authored
Merge pull request #86 from ligangty/1.x
Fix the github action push issue
2 parents 1a97e72 + 92c9300 commit d0baa22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
servers: |
4848
[{
49-
"id": "sonatype-nexus-snapshots",
49+
"id": "central-portal-snapshots",
5050
"username": "${{ secrets.SONATYPE_BOT_USERNAME }}",
5151
"password": "${{ secrets.SONATYPE_BOT_TOKEN }}"
5252
}]

0 commit comments

Comments
 (0)