fix(ci): semantic release plugins.
This commit is contained in:
parent
f1a2fba92d
commit
554ffd9743
1 changed files with 1 additions and 2 deletions
|
@ -186,8 +186,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"release": {
|
"release": {
|
||||||
"debug": true,
|
|
||||||
"verifyConditions": [
|
"verifyConditions": [
|
||||||
|
"@semantic-release/changelog",
|
||||||
"@semantic-release/npm",
|
"@semantic-release/npm",
|
||||||
"@semantic-release/git",
|
"@semantic-release/git",
|
||||||
"@semantic-release/github"
|
"@semantic-release/github"
|
||||||
|
@ -205,7 +205,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"publish": [
|
"publish": [
|
||||||
|
|
||||||
"@semantic-release/npm",
|
"@semantic-release/npm",
|
||||||
"@semantic-release/github"
|
"@semantic-release/github"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue