Browse Source

🐛 fix: fix bumpversion

metya 2 năm trước cách đây
mục cha
commit
b7293c9412
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      .github/workflows/bumpversion.yml

+ 2 - 0
.github/workflows/bumpversion.yml

@@ -20,6 +20,8 @@ jobs:
         name: Create bump and changelog
         uses: commitizen-tools/commitizen-action@master
         with:
+          extra_requirements: commitizen-emoji
           github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
+          debug: true
       - name: Print Version
         run: echo "Bumped to version ${{ steps.cz.outputs.version }}"