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.
1 parent 8e4bd77 commit b3c7245Copy full SHA for b3c7245
.github/workflows/deploy-semantic-release.yaml
@@ -62,7 +62,7 @@ jobs:
62
commit: "false"
63
tag: "false"
64
changelog: "false"
65
- root_options: "${{ inputs.debug && '-vv --noop --verbosity=INFO' || '-v --noop --verbosity=INFO' }}"
+ root_options: "${{ inputs.debug && '-vv --noop' || '-v --noop' }}"
66
67
- name: Extract Next Version Info
68
id: extract_next_version
0 commit comments