From 214aef05f05a6f79e6c437245bb592b83d3f8844 Mon Sep 17 00:00:00 2001 From: Luciano Fantone Date: Mon, 22 May 2023 12:58:32 +0200 Subject: [PATCH] fix: use package_name on fail message (#109) --- lib/fail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fail.js b/lib/fail.js index 7cefa50..07664e2 100644 --- a/lib/fail.js +++ b/lib/fail.js @@ -53,7 +53,7 @@ module.exports = async (pluginConfig, context) => { const messageSummaryLine = `${ plural ? 'Errors' : 'An error' - } occurred while trying to publish the new version of \`${npm_package_name}\`!` + } occurred while trying to publish the new version of \`${package_name}\`!` const divider = { type: 'divider'