File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 push :
77 branches :
88 - main
9- - next
9+ - v8
1010
1111permissions :
1212 contents : read
@@ -129,7 +129,7 @@ jobs:
129129 publish :
130130 needs : [initialize, lint, test]
131131 runs-on : ubuntu-latest
132- if : contains(needs.initialize.outputs.teams, 'Maintainers') && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next ')
132+ if : contains(needs.initialize.outputs.teams, 'Maintainers') && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/v8 ')
133133 steps :
134134 - uses : actions/checkout@v4
135135 with :
Original file line number Diff line number Diff line change 2525 "registry" : " https://registry.npmjs.org/"
2626 },
2727 "version" : {
28- "allowBranch" : " main " ,
28+ "allowBranch" : " v8 " ,
2929 "message" : " chore(release): publish" ,
3030 "preid" : " next"
3131 }
You can’t perform that action at this time.
0 commit comments