chore: update branch for publish-binary-pipelin (#32528)

This commit is contained in:
Jennifer Shehane
2025-09-18 11:04:30 -04:00
committed by GitHub
parent 689b2b26cd
commit 29984f8aef

View File

@@ -16,7 +16,7 @@ const { getNextVersionForBinary } = require('../get-next-version')
job_name: process.env.CIRCLE_JOB,
triggered_workflow_id: process.env.CIRCLE_WORKFLOW_ID,
triggered_job_url: process.env.CIRCLE_BUILD_URL,
branch: 'electron-36-8-1',
branch: process.env.CIRCLE_BRANCH,
should_persist_artifacts: Boolean(process.env.SHOULD_PERSIST_ARTIFACTS),
binary_version: nextVersion,
},