mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 06:20:29 +00:00
sync
This commit is contained in:
parent
54a5d3a9eb
commit
4d2e556713
1 changed files with 3 additions and 1 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -32,7 +32,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
bun-version: 1.2.16
|
bun-version: 1.2.16
|
||||||
|
|
||||||
- run: ./script/publish.ts
|
- run: |
|
||||||
|
bun install
|
||||||
|
./script/publish.ts
|
||||||
working-directory: ./packages/opencode
|
working-directory: ./packages/opencode
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue