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 14a6ef3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 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 All @@ -293,3 +298,5 @@ jobs:
user_name: github-actions
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pyproject:
toml:

0 comments on commit 14a6ef3

Please sign in to comment.