mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
tweak
This commit is contained in:
parent
e03ad6c42e
commit
b5c6ddcd04
3 changed files with 69 additions and 6 deletions
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue