From 6bdebd7e5fedb325c58ed9c212e4201d5d3b4ef4 Mon Sep 17 00:00:00 2001 From: Dave Kasper Date: Wed, 4 Oct 2023 13:07:46 -0500 Subject: [PATCH] chore: follow-up cli optimizations (#27974) --- scripts/binary/trigger-publish-binary-pipeline.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/binary/trigger-publish-binary-pipeline.js b/scripts/binary/trigger-publish-binary-pipeline.js index a4e1059398da..a57cfa801d6b 100644 --- a/scripts/binary/trigger-publish-binary-pipeline.js +++ b/scripts/binary/trigger-publish-binary-pipeline.js @@ -10,7 +10,6 @@ const { getNextVersionForBinary } = require('../get-next-version') const { nextVersion } = await getNextVersionForBinary() const body = JSON.stringify({ - branch: 'lerna-optimize-tasks', parameters: { temp_dir: os.tmpdir(), sha: process.env.CIRCLE_SHA1,