Skip to content

Commit 42b612a

Browse files
committed
fixup! ci: Do release tagging in CI and add --draft support
1 parent d52c639 commit 42b612a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
./scripts/release/increment_version_tag.sh \
130130
${{ (github.event.inputs.dry_run || github.event.inputs.snapshot) && '--dry-run' }} \
131131
--ref "$ref" \
132-
${{ github.event.inputs.increment }}
132+
--${{ github.event.inputs.increment }}
133133
)"
134134
135135
# Generate notes.

0 commit comments

Comments
 (0)