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 6b3b9a1 commit 56e7752Copy full SHA for 56e7752
verifyConditions.js
@@ -7,7 +7,7 @@ module.exports = function (pluginConfig, config, cb) {
7
branch = config.env.TRAVIS_BRANCH;
8
} else {
9
defaultVerifyConditions = require('@krux/condition-jenkins');
10
- branch = config.env.GIT_BRANCH;
+ branch = config.env.GIT_LOCAL_BRANCH;
11
}
12
13
// update semantic-release configuration to publish:
0 commit comments