We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
python-semantic-release
1 parent b0deb1f commit d62706cCopy full SHA for d62706c
.github/workflows/release.yml
@@ -62,7 +62,8 @@ jobs:
62
uses: python-semantic-release/python-semantic-release@092ace20f4ebed6a656da54b499076f1a5b803c8 # v10.0.0
63
with:
64
github_token: ${{ secrets.GITHUB_TOKEN }}
65
- root_options: "-vv -c releaserc.toml"
+ verbosity: 2
66
+ config_file: releaserc.toml
67
force: ${{ github.event.inputs.bump-version }}
68
prerelease: ${{ github.event.inputs.as-prerelease }}
69
changelog: false
0 commit comments