ci: publsih

This commit is contained in:
Dax Raad
2025-10-02 01:24:33 -04:00
parent 3195f8eb80
commit 5e390b15d3
+4 -1
View File
@@ -63,9 +63,12 @@ jobs:
- name: Install dependencies
run: bun install
-name: Install OpenCode
run:
curl -fsSL https://opencode.ai/install | bash
- name: Publish
run: |
curl -fsSL https://opencode.ai/install | bash
./script/publish.ts
env:
OPENCODE_BUMP: ${{ inputs.bump }}