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 cc25489 commit e0bd37dCopy full SHA for e0bd37d
buildSrc/scripts/publish.sh
@@ -42,4 +42,7 @@ publish_natives "windows"
42
publish_natives "linux"
43
publish_natives "macos"
44
45
+echo "> Nexus manual upload..."
46
+curl -D - -X POST -u "${NEXUS_UPD_ID}:${NEXUS_UPD_PASS}" "https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/io.github.spair"
47
+
48
echo "All modules and natives published successfully."
0 commit comments