Skip to content

Commit 6355441

Browse files
committed
chore: turn off dry run mode
1 parent be2e077 commit 6355441

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
@@ -46,7 +46,7 @@
4646
"channel": "beta"
4747
}
4848
],
49-
"dryRun": true,
49+
"dryRun": false,
5050
"plugins": [
5151
[
5252
"@semantic-release/commit-analyzer",
@@ -70,7 +70,7 @@
7070
"@semantic-release/npm",
7171
{
7272
"pkgRoot": "./dist/stream-chat-angular",
73-
"npmPublish": false
73+
"npmPublish": true
7474
}
7575
],
7676
[

0 commit comments

Comments
 (0)