From cca6eec8e0e82ab9d985a7a2639056c1dfb9dee9 Mon Sep 17 00:00:00 2001 From: Itay Bittan Date: Sat, 4 May 2024 17:06:07 +0300 Subject: [PATCH] fix(ci): locking conventionalcommit version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2e7be1..848b4cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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