Skip to content

Commit

Permalink
ci(release): correct branches key in semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Feb 26, 2024
1 parent b955b5e commit 799427e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@
"typescript": "^5.3.3"
},
"release": {
"release": {
"branches": [
"main"
]
},
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit 799427e

Please sign in to comment.