From a2f2ee991367c5f0c27b143f01bc15ebd365d7d6 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Fri, 30 Jun 2023 06:07:28 -0400 Subject: [PATCH] fix: publish needs to be npmPublish --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 4e86e77..04d66c7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -32,7 +32,7 @@ export default async function (context: PresetContext): Promise { }, release: { plugins: { - "3": ["@semantic-release/npm", { publish: false }], + "3": ["@semantic-release/npm", { npmPublish: false }], }, }, },