Skip to content

Commit 6bf5a08

Browse files
committed
chore(ci): skip npm publish for 4.13.0 — already published manually
4.13.0 was published to npm before semantic-release ran, causing a tag conflict. Disabling npmPublish temporarily so semantic-release can create the GitHub release and CHANGELOG without re-publishing.
1 parent 48c1b64 commit 6bf5a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@semantic-release/commit-analyzer",
55
"@semantic-release/release-notes-generator",
66
"@semantic-release/changelog",
7-
"@semantic-release/npm",
7+
["@semantic-release/npm", { "npmPublish": false }],
88
"@semantic-release/github",
99
[
1010
"@semantic-release/git",

0 commit comments

Comments
 (0)