Skip to content

Commit

Permalink
fix: Fix bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmlg committed Sep 10, 2021
1 parent d27b478 commit 47a9a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installSpecifyingVersionSemantic.task.js
Expand Up @@ -19,7 +19,7 @@ module.exports = async () => {
core.debug(stdout);
core.error(stderr);

(() => {
await (async () => {
const {stdout, stderr} = await exec(`npm install semantic-release-monorepo @semantic-release/exec --silent`, {
cwd: path.resolve(__dirname, '..')
});
Expand Down

0 comments on commit 47a9a21

Please sign in to comment.