Skip to content

Commit b352658

Browse files
committed
ci
1 parent 8ce19f8 commit b352658

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
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: |
@@ -58,7 +56,6 @@ jobs:
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

0 commit comments

Comments
 (0)