diff options
| author | Dax Raad <[email protected]> | 2025-06-12 11:56:06 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-06-12 11:56:06 -0400 |
| commit | 22dc6b6ec97e460e292af52ea12a5313b5bb0c12 (patch) | |
| tree | 2066bcedfad1b5e4d7410f1cfe1f614da3d28e97 /.github | |
| parent | b5c6ddcd04daab72221d1c0f2955f993a5ed7f4b (diff) | |
| download | opencode-22dc6b6ec97e460e292af52ea12a5313b5bb0c12.tar.gz opencode-22dc6b6ec97e460e292af52ea12a5313b5bb0c12.zip | |
sync
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 032e839a7..994a26b38 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,8 @@ jobs: cache-dependency-path: go.sum - uses: oven-sh/setup-bun@v2 - bun-version: 1.2.16 + with: + bun-version: 1.2.16 - run: ./script/publish.ts dir: packages/opencode |
