Skip to content

Commit cff033b

Browse files
authored
fix release on branch 'release'
1 parent 8201ac0 commit cff033b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let IS_SNAPSHOT;
99
if (process.env.BUILDKITE_MESSAGE.match(/^release$/i)){
1010
IS_SNAPSHOT = cp.execSync(`buildkite-agent meta-data get is-snapshot`).toString();
1111
}
12-
const ONLY_ON_BRANCH = 'origin/release';
12+
const ONLY_ON_BRANCH = 'release';
1313
const isSnapshotBuild = IS_SNAPSHOT === 'true';
1414
const VERSION_TAG = isSnapshotBuild ? 'snapshot' : 'latest';
1515
const VERSION_INC = 'minor';

0 commit comments

Comments
 (0)