Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 2c6f904

Browse files
committed
ci: fix
1 parent 9f771ef commit 2c6f904

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
@@ -21,7 +21,7 @@ if (!Script.preview) {
2121

2222
const commits = log
2323
.split("\n")
24-
.filter((line) => line && !line.match(/^\w+ (ignore:|test:|chore:)/i))
24+
.filter((line) => line && !line.match(/^\w+ (ignore:|test:|chore:|ci:)/i))
2525
.join("\n")
2626

2727
const opencode = await createOpencode()

0 commit comments

Comments
 (0)