Skip to content

Commit 9b5b181

Browse files
committed
Cosmetic changes
1 parent aff66c1 commit 9b5b181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_to_maven_central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
echo "STAGING_REPOSITORY_ID=$(curl -u '${{ secrets.OSSRH_USERNAME}}:${{ secrets.OSSRH_TOKEN }}'
9393
-H 'Accept: application/json'
9494
-H 'Content-type: application/json'
95-
-X POST -d '{"data": {"description": "com.googlecode.cmake-maven-project:${{ steps.create-tag.outputs.VERSION }}"}}'
95+
-X POST -d '{"data": {"description": "requirements.java ${{ steps.create-tag.outputs.VERSION }}"}}'
9696
'https://${{ env.STAGING_HOST }}/service/local/staging/profiles/${{ steps.parse-profile-id.outputs.STAGING_PROFILE_ID }}/start')"
9797
>> "$GITHUB_OUTPUT"
9898

0 commit comments

Comments
 (0)