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

View File

@@ -66,7 +66,7 @@ async function createRelease(versionTitle, content) {
tag_name: `v${versionTitle}`,
name: `v${versionTitle}`,
body: content,
target_commitish: 'v2'
target_commitish: 'v2-dev'
},
}
)