.github/scripts/create_release.sh fixed

This commit is contained in:
Martin Pulec
2022-08-23 14:48:16 +02:00
parent cc83029b0f
commit 51f3f5efdb

View File

@@ -50,7 +50,7 @@ else
fi
tmp=$(mktemp)
status=$(curl -S -H "Authorization: token $GITHUB_TOKEN" -X "$REQ $URL" -T - -o "$tmp" -w '%{http_code}' <<EOF
status=$(curl -S -H "Authorization: token $GITHUB_TOKEN" -X "$REQ" "$URL" -T - -o "$tmp" -w '%{http_code}' <<EOF
{
"tag_name": "$TAG", "name": "$TITLE",
"body": "Built $DATE\n\n$SUMMARY",