Skip to content

Commit 3e6e76b

Browse files
committed
publish all workspaces
1 parent fe3d668 commit 3e6e76b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737

3838
- name: "Publish pre-release version"
3939
if: contains(github.ref, '-pre')
40-
run: "npm publish --tag next"
40+
run: "npm publish --workspaces --tag next"
4141

4242
- name: "Publish latest version"
4343
if: "!contains(github.ref, '-pre')"
44-
run: "npm publish"
44+
run: "npm publish --workspaces"

0 commit comments

Comments
 (0)