Update the body of the release created to use the correct manifest name

This commit is contained in:
Oliver 2026-02-02 21:28:15 -07:00
parent 06fb33b35f
commit 0065967ad7

View file

@ -36,7 +36,7 @@ const release = await axios.post(
draft: true, draft: true,
hide_archive_links: true, hide_archive_links: true,
target_commitish: TARGET_REF, target_commitish: TARGET_REF,
body: `<!-- Manifest URL: ${WEB_URL}/${REPO}/releases/download/${TAG}/system.json -->`, body: `<!-- Manifest URL: ${WEB_URL}/${REPO}/releases/download/${TAG}/${MANIFEST_NAME} -->`,
}, },
{ {
headers: { Authorization: `token ${TOKEN}` }, headers: { Authorization: `token ${TOKEN}` },