ci: publsih

pull/2916/head
Dax Raad 2025-10-02 01:24:33 -04:00
parent 2ae3231ff9
commit 5667a7ed16
1 changed files with 4 additions and 1 deletions

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 }}