Skip to content

Commit

Permalink
fix: revert explicit plugins option
Browse files Browse the repository at this point in the history
This reverts commit 872c099.
  • Loading branch information
juliendargelos committed Dec 15, 2021
1 parent 872c099 commit 50d257c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
module.exports = {
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/npm',
'@semantic-release/github'
],
branches: [
'+([0-9])?(.{+([0-9]),x}).x',
'main',
Expand Down
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ async function lernaRelease(

if (publish) {
const npmEnv = await npmConfigRegistry(
env.NPM_CONFIG_REGISTRY,
env.NPM_CONFIG_REGISTRY,
env.NPM_TOKEN
)

Expand All @@ -164,7 +164,7 @@ async function lernaRelease(
'--yes',
'--registry',
env.NPM_CONFIG_REGISTRY
], {
], {
env: { ...env, ...npmEnv }
})
}
Expand Down

0 comments on commit 50d257c

Please sign in to comment.