Skip to content

Commit 2670466

Browse files
committed
fix(ci): try disabling channel entirely
1 parent a381cf4 commit 2670466

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release/next.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ configPromise.then((config) => {
1010
'main',
1111
{
1212
name:"V8-release",
13-
channel: 'latest',
13+
channel: false,
1414
range: "8.x",
1515
},
1616
{

0 commit comments

Comments
 (0)