mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-05-15 13:00:32 +00:00
parent
b25ce01eaf
commit
7ca507d26a
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ module.exports = async () => {
|
|||
? `@${semantic_version}`
|
||||
: '';
|
||||
|
||||
const {stdout, stderr} = await exec(`npm install semantic-release${versionSuffix}`, {
|
||||
const {stdout, stderr} = await exec(`npm install semantic-release${versionSuffix} --silent`, {
|
||||
cwd: path.resolve(__dirname, '..')
|
||||
});
|
||||
core.debug(stdout);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue