File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ linuxArm64WorkflowFilters: &linux-arm64-workflow-filters
54
54
- equal : [ develop, << pipeline.git.branch >> ]
55
55
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
56
56
- equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
57
- - equal : [ 'chore/update_vue_test_utils ', << pipeline.git.branch >> ]
57
+ - equal : [ 'chore/update_binary_branch ', << pipeline.git.branch >> ]
58
58
- matches :
59
59
pattern : /^release\/\d+\.\d+\.\d+$/
60
60
value : << pipeline.git.branch >>
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ const { getNextVersionForBinary } = require('../get-next-version')
10
10
const { nextVersion } = await getNextVersionForBinary ( )
11
11
12
12
const body = JSON . stringify ( {
13
- branch : 'release/14.0.0' ,
14
13
parameters : {
15
14
temp_dir : os . tmpdir ( ) ,
16
15
sha : process . env . CIRCLE_SHA1 ,
You can’t perform that action at this time.
0 commit comments