Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 8d67e21

Browse files
committed
chore: creating next branch and channel
1 parent efc3e13 commit 8d67e21

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Release
33

44
on:
55
push:
6-
branches:
7-
- main
6+
branches: [main, next]
87

98
jobs:
109
release:

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,11 @@
9191
},
9292
"release": {
9393
"branches": [
94-
"main"
94+
"main",
95+
{
96+
"name": "next",
97+
"prerelease": true
98+
}
9599
]
96100
}
97101
}

0 commit comments

Comments
 (0)