Skip to content

Commit e94d679

Browse files
committed
[docs] Add note how I have to publish
this is a pain(
1 parent 49480a3 commit e94d679

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/notes/publishing.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,11 @@ curl -X POST -u "{MAVEN_USER}:{MAVEN_PASSWORD}" "https://ossrh-staging-api.centr
2424
drops the repository
2525
```bash
2626
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-
```
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

Comments
 (0)