Skip to content

Commit f3a0459

Browse files
committed
chore: update release config
1 parent 8519cf4 commit f3a0459

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on:
33
push:
44
branches:
55
- master
6-
- 6.x.x
6+
- 6.x.x-beta
77
pull_request:
88
branches:
99
- master
10-
- 6.x.x
10+
- 6.x.x-beta
1111
jobs:
1212
workflow:
1313
runs-on: ubuntu-latest

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
"branches": [
4242
"master",
4343
{
44-
"name": "6.x.x",
44+
"name": "6.x.x-beta",
4545
"prerelease": true,
46-
"channel": "rc"
46+
"channel": "beta"
4747
}
4848
],
4949
"dryRun": true,

0 commit comments

Comments
 (0)