Skip to content

Commit d5801f9

Browse files
committed
fix: ci npm publish
1 parent 18b5236 commit d5801f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@semantic-release/git",
2323
{
2424
"assets": ["package.json"],
25-
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
25+
"message": "chore(release): ${nextRelease.version} [skip-ci]\n\n${nextRelease.notes}"
2626
}
2727
]
2828
]

0 commit comments

Comments
 (0)