diff --git a/src/index.js b/src/index.js index ec963bc..35f3597 100644 --- a/src/index.js +++ b/src/index.js @@ -62,9 +62,7 @@ const release = async () => { // Clean up `.npmrc` file in the repo after releasing { - const {stdout, stderr} = await exec(`rm -f .npmrc`, { - cwd: path.resolve(__dirname) - }); + const {stdout, stderr} = await exec(`rm -f .npmrc`); core.debug(stdout); if (stderr) { core.debug(stderr);