Skip to content

Commit

Permalink
fix(release): install missing plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
itayB committed Apr 29, 2024
1 parent 0c08944 commit 323c696
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.SEMREL_GITHUB_TOKEN }}
run: npx semantic-release
run: |
npm install @semantic-release/git @semantic-release/changelog -D
npx semantic-release

0 comments on commit 323c696

Please sign in to comment.