summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-06-12 11:55:07 -0400
committerDax Raad <[email protected]>2025-06-12 11:55:07 -0400
commitb5c6ddcd04daab72221d1c0f2955f993a5ed7f4b (patch)
tree405a529f7795926916f80f75fdf5bf1f8754d40a /.github/workflows
parente03ad6c42ea31784576dd9931c91b5b659ab98ea (diff)
downloadopencode-b5c6ddcd04daab72221d1c0f2955f993a5ed7f4b.tar.gz
opencode-b5c6ddcd04daab72221d1c0f2955f993a5ed7f4b.zip
tweak
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml10
1 files changed, 4 insertions, 6 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 7bdea6be8..032e839a7 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -28,13 +28,11 @@ jobs:
cache: true
cache-dependency-path: go.sum
- - run: go mod download
+ - uses: oven-sh/setup-bun@v2
+ bun-version: 1.2.16
- - uses: goreleaser/goreleaser-action@v6
- with:
- distribution: goreleaser
- version: latest
- args: release --clean
+ - run: ./script/publish.ts
+ dir: packages/opencode
env:
GITHUB_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }}
AUR_KEY: ${{ secrets.AUR_KEY }}