Skip to content

Commit b3c7245

Browse files
committed
release
1 parent 8e4bd77 commit b3c7245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-semantic-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
commit: "false"
6363
tag: "false"
6464
changelog: "false"
65-
root_options: "${{ inputs.debug && '-vv --noop --verbosity=INFO' || '-v --noop --verbosity=INFO' }}"
65+
root_options: "${{ inputs.debug && '-vv --noop' || '-v --noop' }}"
6666

6767
- name: Extract Next Version Info
6868
id: extract_next_version

0 commit comments

Comments
 (0)