Skip to content

Commit

Permalink
fix(release): install missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
itayB committed Apr 29, 2024
1 parent 2c27fdf commit 013841f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.SEMREL_GITHUB_TOKEN }}
run: |
npm install @semantic-release/git @semantic-release/changelog -D
npm install @semantic-release/git @semantic-release/changelog conventional-changelog-conventionalcommits -D
npx semantic-release

0 comments on commit 013841f

Please sign in to comment.