Skip to content

Commit 670d494

Browse files
authored
Change NPM publish command to use lerna
1 parent e719ca3 commit 670d494

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
@@ -46,6 +46,6 @@ jobs:
4646
# "HUSKY=0" disables pre-commit-msg check (Needed in order to allow lerna perform the release commit)
4747
run: HUSKY=0 npx lerna version --yes --ci --conventional-commits
4848
- name: Publish to NPM 🚀
49-
run: npm publish -ws
49+
run: npx lerna publish from-package --yes
5050
env:
5151
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)