This commit is contained in:
Dax Raad
2025-06-12 11:55:07 -04:00
parent e03ad6c42e
commit b5c6ddcd04
3 changed files with 69 additions and 6 deletions

View File

@@ -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 }}