Skip to content

Commit a869426

Browse files
committed
fix(ci): release
1 parent 1c89de5 commit a869426

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.releaserc.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,13 @@
3232
}
3333
],
3434
"@semantic-release/release-notes-generator",
35-
"@semantic-release/npm",
35+
[
36+
"@semantic-release/npm",
37+
{
38+
"npmPublish": false,
39+
"tag": false
40+
}
41+
],
3642
"@semantic-release/github",
3743
[
3844
"@semantic-release/exec",

0 commit comments

Comments
 (0)