瀏覽代碼

🐛 fix: fix bumpversion

metya 2 年之前
父節點
當前提交
b7293c9412
共有 1 個文件被更改,包括 2 次插入0 次删除
  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 }}"