mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-26 20:00:32 +00:00
fixup (#3804)
This commit is contained in:
parent
d15b6ac4e9
commit
9dcaa153a3
@ -104,7 +104,7 @@ pub fn execute_plan(workspace: &Path, args: ApplyPlanArgs) -> Result<()> {
|
||||
|
||||
let branch = make_git_changes(!args.no_dry_run, "release-branch", "Finalize crate releases")?;
|
||||
|
||||
open_pull_request(&branch, args.manual_pull_request, !args.no_dry_run, &plan_source, &plan)
|
||||
open_pull_request(&branch, !args.no_dry_run, args.manual_pull_request, &plan_source, &plan)
|
||||
.with_context(|| "Failed to open pull request")?;
|
||||
|
||||
if !args.no_dry_run {
|
||||
|
Loading…
x
Reference in New Issue
Block a user