Skip to content

Commit d83ae5d

Browse files
committed
ci: Remove -vv for semantic-release
1 parent 1ac839a commit d83ae5d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/semantic-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
uses: python-semantic-release/python-semantic-release@master
2424
with:
2525
github_token: ${{ secrets.GH_TOKEN }}
26-
root_options: "-vv"
2726

2827
- name: Publish to PyPI
2928
uses: pypa/gh-action-pypi-publish@release/v1
@@ -34,4 +33,3 @@ jobs:
3433
if: steps.release.outputs.released == 'true'
3534
with:
3635
github_token: ${{ secrets.GH_TOKEN }}
37-
root_options: "-vv"

0 commit comments

Comments
 (0)