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 58c76e1 commit 0a8bbd4Copy full SHA for 0a8bbd4
scripts/release.js
@@ -8,7 +8,7 @@ const path = require('path');
8
// Workaround JS
9
const isRelease = process.env.RELEASE_BUILD === 'true';
10
11
-const BRANCH = process.env.GIT_BRANCH;
+const BRANCH = process.env.BRANCH;
12
const VERSION_TAG = isRelease ? 'latest' : 'snapshot';
13
const VERSION_INC = 'patch';
14
0 commit comments