Skip to content

Commit

Permalink
fix: lerna, again, hopefully (#2448)
Browse files Browse the repository at this point in the history
* fix: actually glob subdirectories correctly

* fix: publish from plugins dir
  • Loading branch information
BeksOmega authored Aug 22, 2024
1 parent b8b4c21 commit 1234464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Publish
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx lerna publish --no-private --conventional-commits --create-release github --yes
run: cd plugins && npx lerna publish --no-private --conventional-commits --create-release github --yes

update-gh-pages:
name: Update GitHub Pages
Expand Down
2 changes: 1 addition & 1 deletion plugins/lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages": ["*/"],
"packages": ["*"],
"version": "independent",
"npmClient": "npm",
"useNx": false
Expand Down

0 comments on commit 1234464

Please sign in to comment.