diff --git a/src/index.ts b/src/index.ts index 92252ff..28245f3 100644 --- a/src/index.ts +++ b/src/index.ts @@ -84,6 +84,11 @@ export default async function (context: PresetContext): Promise { mainFields: ["main", "module"], conditions: ["require"], }, + "release": { + plugins: { + 3: ["@semantic-release/npm", { npmPublish: false }], + }, + }, }, variable: DEFAULT_VARIABLE, };