Skip to content

Commit

Permalink
Update bump.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TudorAndrei-Pythia authored Sep 27, 2023
1 parent 1fdffd1 commit ba68baa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
with:
fetch-depth: 0
ssh-key: "${{ secrets.COMMIT_KEY }}"
- id: cz
name: Create bump and changelog
- name: Create bump and changelog
uses: commitizen-tools/commitizen-action@master
with:
github_token: ${{ secrets.BUMP_TOKEN }}
- name: Print Version
run: echo "Bumped to version ${{ steps.cz.outputs.version }}"
push: false
- name: Push using ssh
run: |
git push origin main --tags

0 comments on commit ba68baa

Please sign in to comment.