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 080794e commit 78ece96Copy full SHA for 78ece96
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
28
run: yarn run build
29
30
- name: Publish packages
31
- run: yarn lerna publish --yes
+ run: yarn lerna publish from-package --yes
32
env:
33
GH_TOKEN: ${{ secrets.GH_TOKEN }}
34
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments