Skip to content

Commit 4195e4a

Browse files
committed
chore: turn off dry run
1 parent 6416ce5 commit 4195e4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"channel": "next"
5656
}
5757
],
58-
"dryRun": true,
58+
"dryRun": false,
5959
"plugins": [
6060
[
6161
"@semantic-release/commit-analyzer",
@@ -79,7 +79,7 @@
7979
"@semantic-release/npm",
8080
{
8181
"pkgRoot": "./dist/stream-chat-angular",
82-
"npmPublish": false
82+
"npmPublish": true
8383
}
8484
],
8585
[

0 commit comments

Comments
 (0)