Set release name properly

This commit is contained in:
Oliver 2025-11-17 21:31:17 -07:00
parent ea57941472
commit bb5e27af87

View file

@ -14,6 +14,7 @@ async function main() {
const release = await axios.post(
`${API}/repos/${REPO}/releases`,
{
name: TAG,
tag_name: TAG,
draft: true,
hide_archive_links: true,