Skip to content

Commit 3d465a1

Browse files
chore(ci): update release config
1 parent 583b0e5 commit 3d465a1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release-dev.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: "Release Dev"
33
on:
44
push:
55
branches:
6-
- 'master'
7-
# - 'main'
6+
- '7.x'
87
workflow_dispatch:
98

109
jobs:

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"command": {
33
"version": {
4-
"allowBranch": "main",
4+
"allowBranch": "7.x",
55
"conventionalCommits": true,
66
"createRelease": "github",
77
"message": "chore(release): publish [skip ci]",

0 commit comments

Comments
 (0)