style: change release message

This commit is contained in:
nekohepott 2026-06-17 04:16:36 +03:00
parent dff0a8ca47
commit 640e145e16
No known key found for this signature in database

View File

@ -42,7 +42,7 @@ jobs:
RELEASE_ID=$(curl -X POST "${{ github.server_url }}/api/v1/repos/${REPO}/releases" \
-H "Authorization: token ${TOKEN}" \
-H "Content-Type: application/json" \
-d "{\"tag_name\":\"${TAG}\",\"target_commitish\":\"master\",\"name\":\"Release ${TAG}\",\"body\":\"Automated binary release for Arch Linux AUR\",\"draft\":false,\"prerelease\":false}" \
-d "{\"tag_name\":\"${TAG}\",\"target_commitish\":\"master\",\"name\":\"Release ${TAG}\",\"body\":\"Automated binary release\",\"draft\":false,\"prerelease\":false}" \
| jq '.id')
echo "Created release with ID: ${RELEASE_ID}"