From a85ab5798acc7142b08c485b6d55dd33c835ac77 Mon Sep 17 00:00:00 2001 From: apr-1985 Date: Wed, 17 Nov 2021 10:13:42 +0000 Subject: [PATCH] chore: revert change to expectedCommands --- src/helpers/git.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {