Update the body of the release created to use the correct manifest name
This commit is contained in:
parent
06fb33b35f
commit
0065967ad7
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ const release = await axios.post(
|
|||
draft: true,
|
||||
hide_archive_links: true,
|
||||
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}` },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue