We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c7fce commit e80e843Copy full SHA for e80e843
1 file changed
.github/workflows/maven-build.yml
@@ -60,7 +60,7 @@ jobs:
60
with:
61
servers: |
62
[{
63
- "id": "central",
+ "id": "central-portal-snapshots",
64
"username": "${{ secrets.SONATYPE_BOT_USERNAME }}",
65
"password": "${{ secrets.SONATYPE_BOT_TOKEN }}"
66
}]
0 commit comments