mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2026-01-22 17:16:11 +00:00
5 lines
177 B
Bash
Executable File
5 lines
177 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Note: Credentials are in the netrc file
|
|
curl --netrc -v -X POST https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/org.applecommander
|