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 8201ac0 commit cff033bCopy full SHA for cff033b
scripts/release.js
@@ -9,7 +9,7 @@ let IS_SNAPSHOT;
9
if (process.env.BUILDKITE_MESSAGE.match(/^release$/i)){
10
IS_SNAPSHOT = cp.execSync(`buildkite-agent meta-data get is-snapshot`).toString();
11
}
12
-const ONLY_ON_BRANCH = 'origin/release';
+const ONLY_ON_BRANCH = 'release';
13
const isSnapshotBuild = IS_SNAPSHOT === 'true';
14
const VERSION_TAG = isSnapshotBuild ? 'snapshot' : 'latest';
15
const VERSION_INC = 'minor';
0 commit comments