Skip to content

Commit fceb1cf

Browse files
committed
chore: wip
1 parent f6a416f commit fceb1cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@ jobs:
3434
run: bun buddy key:generate
3535

3636
- name: Prepublish # these packages are required for the "Publish framework" step
37-
run: cd storage/framework/core && bun run build
37+
run: cd storage/framework/core && bun run build && cd ../../..
3838

3939
- name: Publish framework
40-
run: cd storage/framework/core && bun publish:framework
40+
run: cd storage/framework/core && bun publish:framework && cd ../../..
4141
env:
4242
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4343

4444
- name: Publish dummy libraries
45-
run: bunx pnpm --filter='./storage/framework/core' publish:dummy-libs
45+
run: cd storage/framework/core && bun publish:dummy-libs && cd ../../..
4646
env:
4747
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4848

4949
- name: Publish VS Code Extension
50-
run: bunx pnpm --filter './storage/framework/ide/vscode' release
50+
run: cd storage/framework/ide/vscode && bun release && cd ../../../..
5151
env:
5252
VSCE_PAT: ${{ secrets.VSCE_PAT }}
5353

0 commit comments

Comments
 (0)