File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 if : github.repository == 'anomalyco/opencode'
3737 steps :
3838 - uses : actions/checkout@v3
39- with :
40- fetch-depth : 1
4139 - uses : ./.github/actions/setup-bun
4240 - id : version
4341 run : |
5856 steps :
5957 - uses : actions/checkout@v3
6058 with :
61- fetch-depth : 1
6259 fetch-tags : true
6360
6461 - uses : ./.github/actions/setup-bun
@@ -103,7 +100,6 @@ jobs:
103100 steps :
104101 - uses : actions/checkout@v3
105102 with :
106- fetch-depth : 1
107103 fetch-tags : true
108104
109105 - uses : apple-actions/import-codesign-certs@v2
@@ -196,8 +192,8 @@ jobs:
196192 runs-on : blacksmith-4vcpu-ubuntu-2404
197193 steps :
198194 - uses : actions/checkout@v3
199- with :
200- fetch-depth : 1
195+
196+ - uses : ./.github/actions/setup-bun
201197
202198 - name : Install OpenCode
203199 if : inputs.bump || inputs.version
@@ -227,8 +223,6 @@ jobs:
227223 git config --global user.name "opencode"
228224 git remote set-url origin https://x-access-token:${{ secrets.SST_GITHUB_TOKEN }}@github.com/${{ github.repository }}
229225
230- - uses : ./.github/actions/setup-bun
231-
232226 - uses : actions/download-artifact@v4
233227 with :
234228 name : opencode-cli
You can’t perform that action at this time.
0 commit comments