Skip to content

Commit

Permalink
ci: Remove explicit dep install
Browse files Browse the repository at this point in the history
  • Loading branch information
kumy committed May 25, 2024
1 parent 1a27a07 commit 237709a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/actions/semantic-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,9 @@ runs:
run: |
npm i -D \
[email protected] \
conventional-changelog-conventionalcommits@8 \
[email protected] \
@semantic-release/commit-analyzer \
@semantic-release/release-notes-generator \
@semantic-release/exec \
@semantic-release/changelog \
@semantic-release/github
@semantic-release/[email protected] \
conventional-changelog-conventionalcommits
- name: New tag
env:
Expand Down

0 comments on commit 237709a

Please sign in to comment.