Skip to content

Commit 90fa6c9

Browse files
build: switch next version to beta
1 parent 5e42df1 commit 90fa6c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

release/next.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ configPromise.then((config) => {
1010
'master',
1111
{
1212
name: 'develop',
13-
channel: 'next',
14-
prerelease: 'next',
13+
channel: 'beta',
14+
prerelease: 'beta',
1515
},
1616
],
1717
}).then((result) => {
@@ -26,7 +26,7 @@ configPromise.then((config) => {
2626
result,
2727
}))
2828
.then(({ tagExists, result }) => {
29-
if (tagExists && result.lastRelease && result.lastRelease.gitTag.includes('-next')) {
29+
if (tagExists && result.lastRelease && result.lastRelease.gitTag.includes('-beta')) {
3030
return execa('git', ['push', '--delete', 'origin', result.lastRelease.gitTag]);
3131
}
3232
})

0 commit comments

Comments
 (0)