tabbing of block text
This commit is contained in:
6
build.sh
6
build.sh
@@ -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}..."
|
||||
|
||||
Reference in New Issue
Block a user