Skip to content

Commit 1f06422

Browse files
authored
Merge pull request #22 from GetStream/semantic-release
chore: Turn off dry run for semantic release
2 parents 2ef745d + 836d00f commit 1f06422

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"branches": [
2222
"main"
2323
],
24-
"dryRun": true,
24+
"dryRun": false,
2525
"plugins": [
2626
"@semantic-release/commit-analyzer",
2727
"@semantic-release/release-notes-generator",
2828
[
2929
"@semantic-release/npm",
3030
{
31-
"npmPublish": false
31+
"npmPublish": true
3232
}
3333
],
3434
[

0 commit comments

Comments
 (0)