mirror of
https://github.com/zoriya/guessit.git
synced 2026-06-02 10:38:01 +00:00
ci: remove verbose flag from semantic release commands
This commit is contained in:
@@ -180,7 +180,7 @@ jobs:
|
||||
git config --global user.name "github-actions"
|
||||
|
||||
- name: Bump version
|
||||
run: semantic-release version -v DEBUG
|
||||
run: semantic-release version
|
||||
|
||||
- name: Binary
|
||||
run: pyinstaller --dist ./dist guessit.spec
|
||||
@@ -220,7 +220,7 @@ jobs:
|
||||
git config --global user.name "github-actions"
|
||||
|
||||
- name: Bump version
|
||||
run: semantic-release version -v DEBUG
|
||||
run: semantic-release version
|
||||
|
||||
- name: Binary
|
||||
run: pyinstaller --dist ./dist guessit.spec
|
||||
@@ -271,7 +271,7 @@ jobs:
|
||||
run: pip install python-semantic-release
|
||||
|
||||
- name: Publish release
|
||||
run: semantic-release publish -v DEBUG
|
||||
run: semantic-release publish
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user