Skip to content

Commit 9085217

Browse files
committed
fix(publish): include schema.json in release commit
🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
1 parent 1e3cf4e commit 9085217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/publish.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ async function gitTagAndRelease(newVersion: string, notes: string[]): Promise<vo
122122
console.log("\nCommitting and tagging...")
123123
await $`git config user.email "github-actions[bot]@users.noreply.github.com"`
124124
await $`git config user.name "github-actions[bot]"`
125-
await $`git add package.json`
125+
await $`git add package.json assets/oh-my-opencode.schema.json`
126126

127127
const hasStagedChanges = await $`git diff --cached --quiet`.nothrow()
128128
if (hasStagedChanges.exitCode !== 0) {

0 commit comments

Comments
 (0)