pull/11268/head
parent
48d6d72e25
commit
8f53794017
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue