Skip to content

Commit

Permalink
fix: pass logger to prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed May 30, 2018
1 parent 43daa73 commit 4a15d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async function publish (pluginConfig, {nextRelease: {version}, logger}) {

if (!prepared) {
// BC: prior to semantic-release v15 prepare was part of publish
await vscePrepare(version, pluginConfig);
await vscePrepare(version, pluginConfig, logger);
}
await vscePublish(version, logger);
}
Expand Down

0 comments on commit 4a15d9e

Please sign in to comment.