Skip to content

Commit b115e7e

Browse files
committed
fix(ci): only keep release branch
1 parent 2670466 commit b115e7e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

release/next.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,11 @@ configPromise.then((config) => {
77
return semanticRelease({
88
...config,
99
branches: [
10-
'main',
1110
{
1211
name:"V8-release",
1312
channel: false,
1413
range: "8.x",
1514
},
16-
{
17-
name: 'develop',
18-
channel: 'beta',
19-
prerelease: 'beta',
20-
},
2115
],
2216
}).then((result) => {
2317
// This logics avoid a overflow of next tags in github by removing the last

0 commit comments

Comments
 (0)