Skip to content

Commit

Permalink
feat: Update if-nodejs-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ash17290 authored Jan 9, 2024
1 parent 6d6b9b1 commit 5e620cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/if-nodejs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: npm install --save-dev [email protected]
- 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
Expand Down

0 comments on commit 5e620cd

Please sign in to comment.