Skip to content

Commit d62706c

Browse files
committed
ci(release): update python-semantic-release action params after upgrade
1 parent b0deb1f commit d62706c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ jobs:
6262
uses: python-semantic-release/python-semantic-release@092ace20f4ebed6a656da54b499076f1a5b803c8 # v10.0.0
6363
with:
6464
github_token: ${{ secrets.GITHUB_TOKEN }}
65-
root_options: "-vv -c releaserc.toml"
65+
verbosity: 2
66+
config_file: releaserc.toml
6667
force: ${{ github.event.inputs.bump-version }}
6768
prerelease: ${{ github.event.inputs.as-prerelease }}
6869
changelog: false

0 commit comments

Comments
 (0)