fix(release): cahgnes

This commit is contained in:
2025-07-12 16:33:25 -05:00
parent 81bcc648e3
commit 799be62f3c
2 changed files with 12 additions and 8 deletions

View File

@@ -117,7 +117,7 @@ const createOrUpdateRelease = async () => {
},
body: JSON.stringify({
tag_name: tagName,
name: tagName,
name: `Release ${fullVersion}`,
body: releaseNotes,
draft: false,
prerelease: true,