test: Add commitizen dry run step to checks workflow (#1217)

This commit is contained in:
Prad Nukala
2024-12-24 16:24:04 +00:00
committed by GitHub
parent 47c3a53080
commit 143053e355
2 changed files with 10 additions and 3 deletions
+2 -3
View File
@@ -21,9 +21,8 @@ jobs:
- name: Create bump and changelog
uses: commitizen-tools/commitizen-action@master
with:
push: true
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main
push: false
- name: Push using ssh
run: |
git push origin main --tags