Skip to content

Commit

Permalink
ci: add version bump in release task
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed Dec 14, 2023
1 parent e8273ca commit ce62ca9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,11 @@ jobs:
- name: Install python-semantic-release
run: pip install python-semantic-release

- name: Bump version
run: semantic-release version
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish release
run: semantic-release publish
env:
Expand Down

0 comments on commit ce62ca9

Please sign in to comment.