mirror of
https://github.com/zoriya/guessit.git
synced 2026-05-31 17:53:08 +00:00
ci: add version bump in release task
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user