diff options
| author | Dax Raad <[email protected]> | 2025-06-12 11:55:07 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-06-12 11:55:07 -0400 |
| commit | b5c6ddcd04daab72221d1c0f2955f993a5ed7f4b (patch) | |
| tree | 405a529f7795926916f80f75fdf5bf1f8754d40a /.github/workflows | |
| parent | e03ad6c42ea31784576dd9931c91b5b659ab98ea (diff) | |
| download | opencode-b5c6ddcd04daab72221d1c0f2955f993a5ed7f4b.tar.gz opencode-b5c6ddcd04daab72221d1c0f2955f993a5ed7f4b.zip | |
tweak
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 10 |
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 }} |
