parent
54a5d3a9eb
commit
4d2e556713
|
|
@ -32,7 +32,9 @@ jobs:
|
|||
with:
|
||||
bun-version: 1.2.16
|
||||
|
||||
- run: ./script/publish.ts
|
||||
- run: |
|
||||
bun install
|
||||
./script/publish.ts
|
||||
working-directory: ./packages/opencode
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue