chore: publish github

This commit is contained in:
xiaojunnuo
2026-01-16 12:57:14 +08:00
parent 8546e326cf
commit 0224faa184
7 changed files with 128 additions and 44 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ async function createRelease(versionTitle, content) {
tag_name: `v${versionTitle}`,
name: `v${versionTitle}`,
body: content,
target_commitish: 'v2'
target_commitish: 'v2-dev'
},
})
console.log("createRelease success")