Skip to content

Commit 78ece96

Browse files
committed
fix(publish): fix publish (maybe #2)
1 parent 080794e commit 78ece96

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
@@ -28,7 +28,7 @@ jobs:
2828
run: yarn run build
2929

3030
- name: Publish packages
31-
run: yarn lerna publish --yes
31+
run: yarn lerna publish from-package --yes
3232
env:
3333
GH_TOKEN: ${{ secrets.GH_TOKEN }}
3434
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)