We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c70a8a commit 21e16b6Copy full SHA for 21e16b6
.github/workflows/publish.yml
@@ -38,6 +38,6 @@ jobs:
38
run: yarn build
39
40
- name: Publish packages
41
- run: lerna publish from-git --yes
+ run: lerna publish from-package --yes
42
env:
43
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments