Skip to content

Commit

Permalink
fix(semantic-release): pin conventionalcommits
Browse files Browse the repository at this point in the history
  • Loading branch information
guidojw authored May 5, 2024
1 parent 887330e commit fea42b8
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 @@ -29,5 +29,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm install conventional-changelog-conventionalcommits -D
npm install conventional-changelog-conventionalcommits@7.0.2 -D
npx semantic-release@23.0.8

0 comments on commit fea42b8

Please sign in to comment.