We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a01ef7 commit 21cefe7Copy full SHA for 21cefe7
scripts/binary/trigger-publish-binary-pipeline.js
@@ -11,7 +11,7 @@ const { getNextVersionForBinary } = require('../get-next-version')
11
12
const body = JSON.stringify({
13
// This branch is the branch of the `cypress-publish-binary` repository
14
- branch: 'chore/update_images',
+ // branch: 'main',
15
parameters: {
16
temp_dir: os.tmpdir(),
17
sha: process.env.CIRCLE_SHA1,
0 commit comments