不要怂,就是干,撸起袖子干!

fix(ci): fix semantic-release usage

Fixes bug introduced by c7d7ca5e
1 parent c7d7ca5e
Showing with 5 additions and 5 deletions
...@@ -163,14 +163,14 @@ ...@@ -163,14 +163,14 @@
}, },
"release": { "release": {
"plugins": [ "plugins": [
"semantic-release-fail-on-major-bump" "@semantic-release/commit-analyzer",
"semantic-release-fail-on-major-bump",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github"
], ],
"branches": [ "branches": [
"v6" "v6"
],
"verifyConditions": [
"@semantic-release/npm",
"@semantic-release/github"
] ]
}, },
"publishConfig": { "publishConfig": {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!