We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656d197 commit 634192fCopy full SHA for 634192f
.github/workflows/publish.yml
@@ -43,6 +43,4 @@ jobs:
43
token=$(echo -n "${{ secrets.NEXUS_USERNAME }}:${{ secrets.NEXUS_PASSWORD }}" | base64)
44
curl -X POST \
45
-H "Authorization: Bearer $token" \
46
- -H "Content-Type: application/json" \
47
- -d '{"publishing_type": "automatic"}' \
48
- https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/com.pkware.filesystem
+ "https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/com.pkware.filesystem?publishing_type=automatic"
0 commit comments