Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit 75df7f4

Browse files
committed
ci(semantic-release): set release channel to latest for deploy branch
1 parent 6e3b966 commit 75df7f4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@
4444
"+([0-9])?(.{+([0-9]),x}).x",
4545
"master",
4646
"next",
47-
"deploy",
47+
{
48+
"name": "deploy",
49+
"channel": false
50+
},
4851
"next-major",
4952
{
5053
"name": "beta",

0 commit comments

Comments
 (0)