From 5e620cdbd6afa3ad9b77ce5a30d40f6ccb325be1 Mon Sep 17 00:00:00 2001 From: ash17290 <136432476+ash17290@users.noreply.github.com> Date: Wed, 10 Jan 2024 01:34:08 +0530 Subject: [PATCH] feat: Update if-nodejs-release.yml --- .github/workflows/if-nodejs-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/if-nodejs-release.yml b/.github/workflows/if-nodejs-release.yml index 826a3b64c..8bdf60963 100644 --- a/.github/workflows/if-nodejs-release.yml +++ b/.github/workflows/if-nodejs-release.yml @@ -50,7 +50,7 @@ jobs: run: npm install --save-dev conventional-changelog-conventionalcommits@5.0.0 - if: steps.packagejson.outputs.exists == 'true' name: Add plugin for executing normal commands - run: npm install --save-dev @semantic-release/exec + run: npm install --save-dev @semantic-release/exec @semantic-release/git - if: steps.packagejson.outputs.exists == 'true' name: Publish to any of NPM, Github, and Docker Hub id: release