diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7bf4361..8cdc68e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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