diff --git a/.github/workflows/Relase.yml b/.github/workflows/Relase.yml index 3d3cf83..751f28d 100644 --- a/.github/workflows/Relase.yml +++ b/.github/workflows/Relase.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}" - name: Install dependencies - run: pip install --upgrade pip && pip install cz-conventional-gitmoji + run: pip install --upgrade pip && pip install cz-conventional-gitmoji commitizen - name: Create bump and changelog uses: commitizen-tools/commitizen-action@master