Skip to content

Commit

Permalink
ci(github): fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
kmnhan committed Aug 15, 2024
1 parent d4f29bf commit e3baae1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,12 @@ jobs:
with:
python-version: "3.x"

- name: Install package
run: |
python -m pip install --upgrade pip
python -m pip install -v .
- name: Run commitizen
if: ${{ !startsWith(github.event.head_commit.message, 'bump:') }}
id: cz
uses: commitizen-tools/commitizen-action@master
with:
extra_requirements : "."
github_token: ${{ secrets.GITHUB_TOKEN }}
changelog_increment_filename: body.md

Expand Down

0 comments on commit e3baae1

Please sign in to comment.