Skip to content

Commit

Permalink
fix: Ci release missing plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-zippenfenig committed Jun 7, 2024
1 parent 6c75b6b commit 0cdf2e1
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 @@ -27,7 +27,7 @@ jobs:
node-version: 20
- name: Install semantic-release
run: |
npm install --no-save semantic-release
npm install --no-save semantic-release conventional-changelog-conventionalcommits
- name: Release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0cdf2e1

Please sign in to comment.