We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49480a3 commit e94d679Copy full SHA for e94d679
docs/notes/publishing.md
@@ -24,4 +24,11 @@ curl -X POST -u "{MAVEN_USER}:{MAVEN_PASSWORD}" "https://ossrh-staging-api.centr
24
drops the repository
25
```bash
26
curl -X DELETE -u "{MAVEN_USER}:{MAVEN_PASSWORD}" "https://ossrh-staging-api.central.sonatype.com/manual/drop/repository/{MAVEN_USER}/{IP}/io.github.nsk90--default-repository"
27
-```
+```
28
+
29
+So when the library is published from GitHub action
30
+* I have to go to https://central.sonatype.com/publishing/deployments
31
+* publish (some count of artifacts) the whole amount seems to be 60 currently.
32
+* Then check if there are open repos
33
+* manually trigger processing for it
34
+* then go to UI again and publish the rest of artefacts.
0 commit comments