Skip to content

Commit

Permalink
publish all workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sivukhin committed Sep 19, 2024
1 parent fe3d668 commit 3e6e76b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:

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

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

0 comments on commit 3e6e76b

Please sign in to comment.