Skip to content

Commit aa849ec

Browse files
author
Ivan Peshev
committed
fix: path
1 parent 5aa5721 commit aa849ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verifyConditions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = function (pluginConfig, config, cb) {
88
defaultVerifyConditions = require('@semantic-release/condition-travis');
99
branch = config.env.TRAVIS_BRANCH;
1010
} else if (config.env.GITHUB_REF) {
11-
defaultVerifyConditions = require('condition-github-actions');
11+
defaultVerifyConditions = require('./condition-github-actions');
1212
branch = utils.ghActionsBranch(config.env);
1313
} else {
1414
defaultVerifyConditions = require('@krux/condition-jenkins');

0 commit comments

Comments
 (0)