Skip to content

Commit

Permalink
fix: use package_name on fail message (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfantone authored May 22, 2023
1 parent 818fe92 commit 214aef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fail.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 214aef0

Please sign in to comment.