Skip to content

Commit

Permalink
Merge pull request #16 from itayB/ci
Browse files Browse the repository at this point in the history
fix(ci): locking conventionalcommit version
  • Loading branch information
itayB authored May 4, 2024
2 parents 0b57216 + cca6eec commit 5f0aaa9
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 conventional-changelog-conventionalcommits -D
npm install @semantic-release/git @semantic-release/changelog conventional-changelog-conventionalcommits@7.0.2 -D
npx semantic-release

0 comments on commit 5f0aaa9

Please sign in to comment.