From b69973b9afc43d0459a31f34ee424098fbaac02b Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 12 Dec 2025 09:54:15 -0700 Subject: [PATCH] ci: Fix the commitizen version issue [skip ci] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5dc4e6b..82de4e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,8 +50,8 @@ jobs: - name: Install Commitizen run: | - python -m pip install --upgrade pip - pip install commitizen + python3 -m pip install --upgrade pip + pip3 install commitizen npm install -g conventional-changelog-cli - name: Configure Git user