Skip to content

Commit 2a311c9

Browse files
Chrystiam Nascimento JuniorChrystiam Nascimento Junior
authored andcommitted
feat(configuration): adjust build config
1 parent b42c1b2 commit 2a311c9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@
129129
[
130130
"@semantic-release/git",
131131
{
132-
"branches": ["main"],
133132
"assets": [
134133
"CHANGELOG.md",
135134
"package.json",
@@ -138,7 +137,12 @@
138137
"message": "build(release): v${nextRelease.version} [release]"
139138
}
140139
],
141-
"@semantic-release/github"
140+
[
141+
"@semantic-release/github",
142+
{
143+
"brances": ["main"]
144+
}
145+
]
142146
]
143147
},
144148
"eslintConfig": {

0 commit comments

Comments
 (0)