File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5
5
"fixed" : [],
6
6
"linked" : [],
7
7
"access" : " restricted" ,
8
- "baseBranch" : " main " ,
8
+ "baseBranch" : " master " ,
9
9
"updateInternalDependencies" : " patch" ,
10
10
"ignore" : []
11
11
}
Original file line number Diff line number Diff line change 5
5
types :
6
6
- closed
7
7
branches :
8
- - main
8
+ - master
9
9
10
10
jobs :
11
11
publish-packages :
12
- if : github.event.pull_request.merged == true && github.head_ref == 'changeset-release/main '
12
+ if : github.event.pull_request.merged == true && github.head_ref == 'changeset-release/master '
13
13
name : Publish packages
14
14
runs-on : ubuntu-latest
15
15
steps :
Original file line number Diff line number Diff line change 7
7
- reopened
8
8
- synchronize
9
9
branches :
10
- - main
10
+ - master
11
11
12
12
jobs :
13
13
version :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Version packages
3
3
on :
4
4
push :
5
5
branches :
6
- - main
6
+ - master
7
7
8
8
jobs :
9
9
version-packages :
@@ -40,12 +40,12 @@ jobs:
40
40
run : echo "CURRENT_BRANCH=$(git branch --show-current)" >> $GITHUB_ENV
41
41
42
42
- name : Update lock file
43
- if : env.CURRENT_BRANCH == 'changeset-release/main '
43
+ if : env.CURRENT_BRANCH == 'changeset-release/master '
44
44
run : pnpm install --lockfile-only
45
45
46
46
- name : Commit lock file
47
- if : env.CURRENT_BRANCH == 'changeset-release/main '
47
+ if : env.CURRENT_BRANCH == 'changeset-release/master '
48
48
uses : stefanzweifel/git-auto-commit-action@v5
49
49
with :
50
50
commit_message : " chore: update lock file"
51
- branch : changeset-release/main
51
+ branch : changeset-release/master
You can’t perform that action at this time.
0 commit comments