Skip to content

Commit

Permalink
ci: remove verbose flag from semantic-release command
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed Dec 13, 2023
1 parent c17192c commit 03d3f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,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 03d3f94

Please sign in to comment.