Skip to content

Commit

Permalink
ci: remove verbose flag from semantic release commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed Dec 13, 2023
1 parent bd66746 commit 485d79e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 485d79e

Please sign in to comment.