Skip to content

Commit 60e26eb

Browse files
committed
chore: wip
1 parent c9f01e4 commit 60e26eb

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 && bun run build && cd ../..
37+
run: bunx pnpm --filter='./storage/framework' build
3838

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

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

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

0 commit comments

Comments
 (0)