Skip to content

Commit d755ca9

Browse files
authored
ci: update of files from global .github repo (#187)
1 parent fcaf759 commit d755ca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/if-nodejs-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
run: npm install
102102
- if: steps.packagejson.outputs.exists == 'true'
103103
name: Add plugin for conventional commits for semantic-release
104-
run: npm install conventional-changelog-conventionalcommits@5.0.0
104+
run: npm install --save-dev conventional-changelog-conventionalcommits@5.0.0
105105
- if: steps.packagejson.outputs.exists == 'true'
106106
name: Publish to any of NPM, Github, and Docker Hub
107107
id: release
@@ -123,4 +123,4 @@ jobs:
123123
fields: repo,action,workflow
124124
text: 'Release workflow failed in release job'
125125
env:
126-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_CI_FAIL_NOTIFY }}
126+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_CI_FAIL_NOTIFY }}

0 commit comments

Comments
 (0)