Skip to content

Commit 5693049

Browse files
committed
remove extra whitespace
1 parent 01e8f2c commit 5693049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releasepublished.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,5 +193,5 @@ jobs:
193193
cp $WD/finish.xml finish.xml
194194
curl -X POST -H "Accept:application/json" -H "Authorization: Bearer ${{ secrets.PORTAL_ACCESS_TOKEN }}" https://ossrh-staging-api.central.sonatype.com/manual/upload/repository/${repository_namespace}?publishing_type=user_managed -o status.json
195195
cat status.json
196-
portal_id=`cat status.json | jq --raw-output --arg SELECTOR $SELECTOR ".[][] | select(.description == \"$SELECTOR\").portal_deployment_id"`
196+
portal_id=`cat status.json | jq --raw-output -j --arg SELECTOR $SELECTOR ".[][] | select(.description == \"$SELECTOR\").portal_deployment_id"`
197197
echo https://central.sonatype.com/api/v1/publisher/deployment/${portal_id}/download/

0 commit comments

Comments
 (0)