We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d6d72 commit 8f53794Copy full SHA for 8f53794
1 file changed
.github/workflows/publish.yml
@@ -41,6 +41,10 @@ jobs:
41
42
- uses: ./.github/actions/setup-bun
43
44
+ - name: Install OpenCode
45
+ if: inputs.bump || inputs.version
46
+ run: bun i -g opencode-ai
47
+
48
- id: version
49
run: |
50
./script/version.ts
@@ -210,10 +214,6 @@ jobs:
210
214
211
215
212
216
213
- - name: Install OpenCode
- if: inputs.bump || inputs.version
- run: bun i -g opencode-ai
-
217
- name: Login to GitHub Container Registry
218
uses: docker/login-action@v3
219
with:
0 commit comments