diff --git a/src/helpers/git.js b/src/helpers/git.js index 80679d5..f77058f 100644 --- a/src/helpers/git.js +++ b/src/helpers/git.js @@ -166,7 +166,7 @@ module.exports = new (class Git { const expectedCommands = [ 'git config user.name "Conventional Changelog Action"', 'git config user.email "conventional.changelog.action@github.com"', - 'git upll --tags --ff-only', + 'git pull --tags --ff-only', ] if (!SKIPPED_COMMIT) {