fix: correct merge workflow to increment patch version

This commit is contained in:
Prad Nukala 2024-12-24 11:32:47 -05:00
parent c77bf5d1ea
commit 4c9919f0a0

View File

@ -22,6 +22,7 @@ jobs:
uses: commitizen-tools/commitizen-action@master uses: commitizen-tools/commitizen-action@master
with: with:
push: false push: false
increment: patch
- name: Push using ssh - name: Push using ssh
run: | run: |