diff --git a/lib/get-config.js b/lib/get-config.js index cf305867..1bc79246 100644 --- a/lib/get-config.js +++ b/lib/get-config.js @@ -74,8 +74,8 @@ export default async (context, cliOptions) => { plugins: [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", - "@semantic-release/npm", - "@semantic-release/github", + //"@semantic-release/npm", + //"@semantic-release/github", ], // Remove `null` and `undefined` options, so they can be replaced with default ones ...pickBy(options, (option) => !isNil(option)),