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 55 "fixed" : [],
66 "linked" : [],
77 "access" : " restricted" ,
8- "baseBranch" : " main " ,
8+ "baseBranch" : " master " ,
99 "updateInternalDependencies" : " patch" ,
1010 "ignore" : []
1111}
Original file line number Diff line number Diff line change 55 types :
66 - closed
77 branches :
8- - main
8+ - master
99
1010jobs :
1111 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 '
1313 name : Publish packages
1414 runs-on : ubuntu-latest
1515 steps :
Original file line number Diff line number Diff line change 77 - reopened
88 - synchronize
99 branches :
10- - main
10+ - master
1111
1212jobs :
1313 version :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Version packages
33on :
44 push :
55 branches :
6- - main
6+ - master
77
88jobs :
99 version-packages :
@@ -40,12 +40,12 @@ jobs:
4040 run : echo "CURRENT_BRANCH=$(git branch --show-current)" >> $GITHUB_ENV
4141
4242 - name : Update lock file
43- if : env.CURRENT_BRANCH == 'changeset-release/main '
43+ if : env.CURRENT_BRANCH == 'changeset-release/master '
4444 run : pnpm install --lockfile-only
4545
4646 - name : Commit lock file
47- if : env.CURRENT_BRANCH == 'changeset-release/main '
47+ if : env.CURRENT_BRANCH == 'changeset-release/master '
4848 uses : stefanzweifel/git-auto-commit-action@v5
4949 with :
5050 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