Skip to content

Commit

Permalink
ci: Fix semantic-release/release-notes-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
kumy committed Jun 16, 2024
1 parent 08f6357 commit 20bacbb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/actions/semantic-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,15 @@ runs:
- name: Install dependencies
shell: bash
run: |
npm i -D [email protected] conventional-changelog-conventionalcommits@7 semantic-release @semantic-release/commit-analyzer @semantic-release/release-notes-generator @semantic-release/exec @semantic-release/changelog @semantic-release/github
npm i -D \
[email protected] \
conventional-changelog-conventionalcommits@8 \
semantic-release \
@semantic-release/commit-analyzer \
@semantic-release/release-notes-generator \
@semantic-release/exec \
@semantic-release/changelog \
@semantic-release/github
- name: New tag
env:
Expand Down

0 comments on commit 20bacbb

Please sign in to comment.