Skip to content

Commit e1618d5

Browse files
Hugo PerezHugo Perez
authored andcommitted
ci: disable npm publish in semantic-release config
Prevent automatic npm publishing by setting npmPublish to false in the semantic-release configuration
1 parent be9ffa3 commit e1618d5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.releaserc.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66
"@semantic-release/commit-analyzer",
77
"@semantic-release/release-notes-generator",
88
"@semantic-release/changelog",
9-
"@semantic-release/npm",
9+
[
10+
"@semantic-release/npm",
11+
{
12+
"npmPublish": false
13+
}
14+
],
1015
"@semantic-release/git",
1116
"@semantic-release/github"
1217
]

0 commit comments

Comments
 (0)