Skip to content

Commit 8ad69ee

Browse files
committed
fix(ci): disable npm publish in release workflow
1 parent f75efe1 commit 8ad69ee

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
@@ -26,7 +26,7 @@ jobs:
2626
package_json_path: packages/app/package.json
2727
pnpm_filter: ./packages/app
2828
bump_type: patch
29-
publish_npm: true
29+
publish_npm: false
3030
publish_github_packages: true
3131
skip_if_unchanged: true
3232
cancel_on_no_changes: true

0 commit comments

Comments
 (0)