chore: revert change to expectedCommands
parent
5c73ddeb47
commit
a85ab5798a
|
@ -166,7 +166,7 @@ module.exports = new (class Git {
|
||||||
const expectedCommands = [
|
const expectedCommands = [
|
||||||
'git config user.name "Conventional Changelog Action"',
|
'git config user.name "Conventional Changelog Action"',
|
||||||
'git config user.email "conventional.changelog.action@github.com"',
|
'git config user.email "conventional.changelog.action@github.com"',
|
||||||
'git upll --tags --ff-only',
|
'git pull --tags --ff-only',
|
||||||
]
|
]
|
||||||
|
|
||||||
if (!SKIPPED_COMMIT) {
|
if (!SKIPPED_COMMIT) {
|
||||||
|
|
Loading…
Reference in New Issue