diff --git a/src/index.js b/src/index.js index 0ab8f9f..98fb5e6 100644 --- a/src/index.js +++ b/src/index.js @@ -161,7 +161,7 @@ class ReleaseItPnpmPlugin extends Plugin { } // Using custom publish command - if (!publishCommand?.startsWith('pnpm')) + if (publishCommand !== defaultPublishCommand) needPublish = true }