summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/sdk.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/sdk.yml b/.github/workflows/sdk.yml
index 1eb22584f..6ae737950 100644
--- a/.github/workflows/sdk.yml
+++ b/.github/workflows/sdk.yml
@@ -25,10 +25,12 @@ jobs:
- name: run
run: |
bun ./packages/sdk/js/script/build.ts
+ (cd packages/opencode && bun dev generate > ../sdk/openapi.json)
if [ -z "$(git status --porcelain)" ]; then
echo "No changes to commit"
exit 0
fi
+ bun ./packages/opencode/src/index.ts
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add -A