Skip to content

Commit 0a8bbd4

Browse files
committed
Use BRANCH jenkins variable in release script
1 parent 58c76e1 commit 0a8bbd4

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
@@ -8,7 +8,7 @@ const path = require('path');
88
// Workaround JS
99
const isRelease = process.env.RELEASE_BUILD === 'true';
1010

11-
const BRANCH = process.env.GIT_BRANCH;
11+
const BRANCH = process.env.BRANCH;
1212
const VERSION_TAG = isRelease ? 'latest' : 'snapshot';
1313
const VERSION_INC = 'patch';
1414

0 commit comments

Comments
 (0)