We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 468a910 + 719ce12 commit 2e5cb3cCopy full SHA for 2e5cb3c
.github/workflows/ci.yml
@@ -155,4 +155,4 @@ jobs:
155
env:
156
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
157
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
158
- run: npx semantic-release
+ run: npm run release
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "root",
+ "name": "@waku/root",
3
"private": true,
4
"workspaces": [
5
"packages/*"
0 commit comments