Skip to content

Commit d48913b

Browse files
committed
sync
1 parent 409a670 commit d48913b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/publish.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ if (Script.release) {
7272
await $`git cherry-pick HEAD..origin/dev`.nothrow()
7373
await $`git push origin HEAD --tags --no-verify --force-with-lease`
7474
await new Promise((resolve) => setTimeout(resolve, 5_000))
75-
await $`gh release edit v${Script.version} --draft --title "v${Script.version}" --notes ${notes.join("\n") || "No notable changes"}`
75+
await $`gh release edit v${Script.version} --title "v${Script.version}" --notes ${notes.join("\n") || "No notable changes"}`
7676
}
7777

7878
console.log("\n=== cli ===\n")

0 commit comments

Comments
 (0)