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 }], }, }, },