summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-01-29 18:59:15 -0500
committerDax Raad <[email protected]>2026-01-29 18:59:15 -0500
commitb35265823c2cc0dd45deddc837d1e4c8fccb01fd (patch)
tree1b2d5be79c7d5348891920378434a167c7329108 /.github/workflows
parent8ce19f8ccad74a9126d7fe4cd24c778d2411a860 (diff)
downloadopencode-b35265823c2cc0dd45deddc837d1e4c8fccb01fd.tar.gz
opencode-b35265823c2cc0dd45deddc837d1e4c8fccb01fd.zip
ci
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/publish.yml10
1 files changed, 2 insertions, 8 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index caa9aca31..623ca74ae 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -36,8 +36,6 @@ jobs:
if: github.repository == 'anomalyco/opencode'
steps:
- uses: actions/checkout@v3
- with:
- fetch-depth: 1
- uses: ./.github/actions/setup-bun
- id: version
run: |
@@ -58,7 +56,6 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
- fetch-depth: 1
fetch-tags: true
- uses: ./.github/actions/setup-bun
@@ -103,7 +100,6 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
- fetch-depth: 1
fetch-tags: true
- uses: apple-actions/import-codesign-certs@v2
@@ -196,8 +192,8 @@ jobs:
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- uses: actions/checkout@v3
- with:
- fetch-depth: 1
+
+ - uses: ./.github/actions/setup-bun
- name: Install OpenCode
if: inputs.bump || inputs.version
@@ -227,8 +223,6 @@ jobs:
git config --global user.name "opencode"
git remote set-url origin https://x-access-token:${{ secrets.SST_GITHUB_TOKEN }}@github.com/${{ github.repository }}
- - uses: ./.github/actions/setup-bun
-
- uses: actions/download-artifact@v4
with:
name: opencode-cli