Skip to content

Commit 5b024c7

Browse files
authored
Merge pull request #68 from ligangty/master
Fix a typo
2 parents b2e64de + 3c0cc48 commit 5b024c7

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": central-portal-snapshots",
60+
"id": "central-portal-snapshots",
6161
"username": "${{ secrets.SONATYPE_BOT_USERNAME }}",
6262
"password": "${{ secrets.SONATYPE_BOT_TOKEN }}"
6363
}]

0 commit comments

Comments
 (0)