We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e76a9 commit fa70ba0Copy full SHA for fa70ba0
.github/workflows/release.yml
@@ -34,10 +34,10 @@ jobs:
34
run: bun buddy key:generate
35
36
- name: Prepublish # these packages are required for the "Publish framework" step
37
- run: pnpm --filter='./storage/framework/stacks' build
+ run: cd storage/framework/stacks && bun build
38
39
- name: Publish framework
40
- run: pnpm --filter='./storage/framework/stacks' publish:framework
+ run: cd storage/framework/stacks && bun publish:framework
41
env:
42
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
43
0 commit comments