Skip to content

Commit

Permalink
fix(@jcoreio/toolchain-semantic-release): fix bug with monorepo relea…
Browse files Browse the repository at this point in the history
…se config
  • Loading branch information
jedwards1211 committed May 15, 2024
1 parent dcbcce2 commit bda0fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/semantic-release/release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ module.exports =
[
require.resolve('@jcoreio/semantic-release-npm'),
{
pkgRoot: path.join(__dirname, 'dist'),
pkgRoot: path.join(projectDir, 'dist'),
},
],
]),
Expand Down

0 comments on commit bda0fe4

Please sign in to comment.