diff --git a/src/index.ts b/src/index.ts index 7aa365f..4e86e77 100644 --- a/src/index.ts +++ b/src/index.ts @@ -30,6 +30,11 @@ export default async function (context: PresetContext): Promise { ], ], }, + release: { + plugins: { + "3": ["@semantic-release/npm", { publish: false }], + }, + }, }, }; }