Skip to content

Commit 62901e7

Browse files
committed
chore: wip
1 parent 29ee3de commit 62901e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3838

3939
- name: Publish framework to npm
40-
run: pnpm --filter './.stacks' --filter './.stacks/core/**' --filter './.stacks/ide/vscode' publish --access public --no-git-checks
40+
run: pnpm --filter './.stacks' --filter './.stacks/core/**' --filter='!./.stacks/core/tinker' --filter './.stacks/ide/vscode' publish --access public --no-git-checks
4141
env:
4242
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4343

0 commit comments

Comments
 (0)