mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 14:40:10 +00:00
.github/scripts/create_release.sh fixed
This commit is contained in:
2
.github/scripts/create_release.sh
vendored
2
.github/scripts/create_release.sh
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user