We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcaf759 commit d755ca9Copy full SHA for d755ca9
.github/workflows/if-nodejs-release.yml
@@ -101,7 +101,7 @@ jobs:
101
run: npm install
102
- if: steps.packagejson.outputs.exists == 'true'
103
name: Add plugin for conventional commits for semantic-release
104
- run: npm install conventional-changelog-conventionalcommits@5.0.0
+ run: npm install --save-dev conventional-changelog-conventionalcommits@5.0.0
105
106
name: Publish to any of NPM, Github, and Docker Hub
107
id: release
@@ -123,4 +123,4 @@ jobs:
123
fields: repo,action,workflow
124
text: 'Release workflow failed in release job'
125
env:
126
- SLACK_WEBHOOK_URL: ${{ secrets.SLACK_CI_FAIL_NOTIFY }}
+ SLACK_WEBHOOK_URL: ${{ secrets.SLACK_CI_FAIL_NOTIFY }}
0 commit comments