Skip to content

Commit 1234464

Browse files
authored
fix: lerna, again, hopefully (#2448)
* fix: actually glob subdirectories correctly * fix: publish from plugins dir
1 parent b8b4c21 commit 1234464

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Publish
5959
env:
6060
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61-
run: npx lerna publish --no-private --conventional-commits --create-release github --yes
61+
run: cd plugins && npx lerna publish --no-private --conventional-commits --create-release github --yes
6262

6363
update-gh-pages:
6464
name: Update GitHub Pages

plugins/lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages": ["*/"],
2+
"packages": ["*"],
33
"version": "independent",
44
"npmClient": "npm",
55
"useNx": false

0 commit comments

Comments
 (0)