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 6
6
push :
7
7
branches :
8
8
- main
9
- - next
9
+ - v8
10
10
11
11
permissions :
12
12
contents : read
@@ -129,7 +129,7 @@ jobs:
129
129
publish :
130
130
needs : [initialize, lint, test]
131
131
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 ')
133
133
steps :
134
134
- uses : actions/checkout@v4
135
135
with :
Original file line number Diff line number Diff line change 25
25
"registry" : " https://registry.npmjs.org/"
26
26
},
27
27
"version" : {
28
- "allowBranch" : " main " ,
28
+ "allowBranch" : " v8 " ,
29
29
"message" : " chore(release): publish" ,
30
30
"preid" : " next"
31
31
}
You can’t perform that action at this time.
0 commit comments