Skip to content

Commit 770abc6

Browse files
committed
chore(ci): change lerna command to publish on NPM
1 parent 5396640 commit 770abc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
tag_name: v${{ steps.bump.outputs.version }}
5050
generate_release_notes: true
5151
- name: Publish packages to NPM
52-
run: yarn lerna exec npm publish
52+
run: yarn lerna publish from-package --yes

0 commit comments

Comments
 (0)