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 aff66c1 commit 9b5b181Copy full SHA for 9b5b181
.github/workflows/deploy_to_maven_central.yml
@@ -92,7 +92,7 @@ jobs:
92
echo "STAGING_REPOSITORY_ID=$(curl -u '${{ secrets.OSSRH_USERNAME}}:${{ secrets.OSSRH_TOKEN }}'
93
-H 'Accept: application/json'
94
-H 'Content-type: application/json'
95
- -X POST -d '{"data": {"description": "com.googlecode.cmake-maven-project:${{ steps.create-tag.outputs.VERSION }}"}}'
+ -X POST -d '{"data": {"description": "requirements.java ${{ steps.create-tag.outputs.VERSION }}"}}'
96
'https://${{ env.STAGING_HOST }}/service/local/staging/profiles/${{ steps.parse-profile-id.outputs.STAGING_PROFILE_ID }}/start')"
97
>> "$GITHUB_OUTPUT"
98
0 commit comments