Skip to content

Commit 98860a9

Browse files
ignore scripts on publish
1 parent 7688742 commit 98860a9

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
@@ -273,7 +273,7 @@ jobs:
273273
run: bun run build --filter=@t3tools/web --filter=t3
274274

275275
- name: Publish CLI package
276-
run: bun publish --access public --tag alpha
276+
run: bun publish --access public --tag alpha --ignore-scripts
277277
working-directory: apps/server
278278

279279
release:

0 commit comments

Comments
 (0)