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 b8b4c21 commit 1234464Copy full SHA for 1234464
.github/workflows/publish.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Publish
59
env:
60
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
- 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
62
63
update-gh-pages:
64
name: Update GitHub Pages
plugins/lerna.json
@@ -1,5 +1,5 @@
1
{
2
- "packages": ["*/"],
+ "packages": ["*"],
3
"version": "independent",
4
"npmClient": "npm",
5
"useNx": false
0 commit comments