Skip to content

Commit 21e16b6

Browse files
Fix publish (#4013)
1 parent 8c70a8a commit 21e16b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
run: yarn build
3939

4040
- name: Publish packages
41-
run: lerna publish from-git --yes
41+
run: lerna publish from-package --yes
4242
env:
4343
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)