We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a5d3a commit 4d2e556Copy full SHA for 4d2e556
1 file changed
.github/workflows/release.yml
@@ -32,7 +32,9 @@ jobs:
32
with:
33
bun-version: 1.2.16
34
35
- - run: ./script/publish.ts
+ - run: |
36
+ bun install
37
+ ./script/publish.ts
38
working-directory: ./packages/opencode
39
env:
40
GITHUB_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }}
0 commit comments