fix: Try branch instead of branches
This commit is contained in:
parent
7edd3d4aa0
commit
8f8ac54599
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
"semantic-release": "^17.4.4"
|
"semantic-release": "^17.4.4"
|
||||||
},
|
},
|
||||||
"release": {
|
"release": {
|
||||||
"branches": ["master"],
|
"branch": "master",
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"@semantic-release/commit-analyzer"
|
"@semantic-release/commit-analyzer"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue