소스 검색

🐛 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 }}"