Skip to content

Commit 2b8bab9

Browse files
committed
Fix incorrect force_build parameter
1 parent 0d9da6c commit 2b8bab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/redis_release/orchestrator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def execute_release(
194194
console.print("[blue]Creating new release state[/blue]")
195195
try:
196196
state = self._create_initial_state(
197-
tag, actual_release_type, force_rebuild, github_client
197+
tag, actual_release_type, github_client
198198
)
199199
except ValueError as e:
200200
console.print(f"[red]Release validation failed: {e}[/red]")

0 commit comments

Comments
 (0)