We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730906a commit dce7757Copy full SHA for dce7757
.github/workflows/release.yml
@@ -38,3 +38,8 @@ jobs:
38
MAVEN_USERNAME: ${{ secrets.CENTRAL_USERNAME }}
39
MAVEN_PASSWORD: ${{ secrets.CENTRAL_PASSWORD }}
40
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
41
+ - name: Upload to Central Publisher Portal
42
+ run: |
43
+ AUTH=$(echo -n "${{ secrets.CENTRAL_USERNAME }}:${{ secrets.CENTRAL_PASSWORD }}" | base64)
44
+ curl -X POST "https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/com.amazonaws.serverless" \
45
+ -H "Authorization: Bearer $AUTH"
0 commit comments