tabbing of block text

This commit is contained in:
2025-08-02 17:25:57 -04:00
parent 929800bf68
commit f45342e379

View File

@@ -77,14 +77,14 @@ EOF
-H "Authorization: token ${GITEA_TOKEN}" \ -H "Authorization: token ${GITEA_TOKEN}" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d @- <<EOF -d @- <<EOF
{ {
"tag_name": "${TAG}", "tag_name": "${TAG}",
"name": "X11Proxy ${VERSION}", "name": "X11Proxy ${VERSION}",
"body": "Release ${VERSION}", "body": "Release ${VERSION}",
"draft": false, "draft": false,
"prerelease": false "prerelease": false
} }
EOF EOF
| jq -r '.id') | jq -r '.id')
echo "📎 Uploading asset to release ID ${RELEASE_ID}..." echo "📎 Uploading asset to release ID ${RELEASE_ID}..."