Skip to content

Commit 2e5cb3c

Browse files
authored
Merge pull request #993 from waku-org/chore/ci
2 parents 468a910 + 719ce12 commit 2e5cb3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ jobs:
155155
env:
156156
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
157157
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
158-
run: npx semantic-release
158+
run: npm run release

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "root",
2+
"name": "@waku/root",
33
"private": true,
44
"workspaces": [
55
"packages/*"

0 commit comments

Comments
 (0)