diff --git a/src/success.js b/src/success.js index be1ca0d..be20af4 100644 --- a/src/success.js +++ b/src/success.js @@ -15,8 +15,6 @@ module.exports = async function success (pluginConfig, { branch, options: { repositoryUrl } }) { - logger.log('publish mvn release'); - const updateSnapshotVersionOpt = pluginConfig.updateSnapshotVersion || false; if (updateSnapshotVersionOpt) { await updateSnapshotVersion(logger);