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 "Content-Type: application/json" \
-d @- <<EOF
{
{
"tag_name": "${TAG}",
"name": "X11Proxy ${VERSION}",
"body": "Release ${VERSION}",
"draft": false,
"prerelease": false
}
EOF
}
EOF
| jq -r '.id')
echo "📎 Uploading asset to release ID ${RELEASE_ID}..."