Skip to content

Commit fa70ba0

Browse files
committed
chore: wip
1 parent f8e76a9 commit fa70ba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

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

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

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

0 commit comments

Comments
 (0)