style: change release message
This commit is contained in:
parent
dff0a8ca47
commit
640e145e16
@ -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}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user