File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2424 name : Release from "${{ github.ref_name }}" branch
2525 runs-on : ubuntu-latest
2626 # GH does not allow to limit branches in the workflow_dispatch settings so this here is a safety measure
27- if : ${{ !inputs.docs_only && (github.ref_name == 'master' || github.ref_name == 'rc' || github.ref_name == 'release-v9') }}
27+ if : ${{ !inputs.docs_only && (github.ref_name == 'master' || github.ref_name == 'rc' || github.ref_name == 'release-v9' || github.ref_name == 'release-v10' ) }}
2828 env :
2929 NODE_OPTIONS : --max_old_space_size=4096
3030 steps :
Original file line number Diff line number Diff line change 99 {
1010 "name" : " rc" ,
1111 "prerelease" : true
12+ },
13+ {
14+ "name" : " release-v10" ,
15+ "channel" : " v10" ,
16+ "range" : " 10.x"
1217 }
1318 ],
1419 "plugins" : [
You can’t perform that action at this time.
0 commit comments