|
@@ -41,6 +41,10 @@ jobs:
|
|
|
|
|
|
|
|
- uses: ./.github/actions/setup-bun
|
|
- uses: ./.github/actions/setup-bun
|
|
|
|
|
|
|
|
|
|
+ - name: Install OpenCode
|
|
|
|
|
+ if: inputs.bump || inputs.version
|
|
|
|
|
+ run: bun i -g opencode-ai
|
|
|
|
|
+
|
|
|
- id: version
|
|
- id: version
|
|
|
run: |
|
|
run: |
|
|
|
./script/version.ts
|
|
./script/version.ts
|
|
@@ -210,10 +214,6 @@ jobs:
|
|
|
|
|
|
|
|
- uses: ./.github/actions/setup-bun
|
|
- uses: ./.github/actions/setup-bun
|
|
|
|
|
|
|
|
- - name: Install OpenCode
|
|
|
|
|
- if: inputs.bump || inputs.version
|
|
|
|
|
- run: bun i -g opencode-ai
|
|
|
|
|
-
|
|
|
|
|
- name: Login to GitHub Container Registry
|
|
- name: Login to GitHub Container Registry
|
|
|
uses: docker/login-action@v3
|
|
uses: docker/login-action@v3
|
|
|
with:
|
|
with:
|