Skip to content

Commit 3b7f953

Browse files
authored
chore(scripts): fix dry run for autoversion in release.sh (#13470)
1 parent e320661 commit 3b7f953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ You can follow the release progress [here](https://github.com/coder/coder/action
374374
create_pr_stash=1
375375
fi
376376
maybedryrun "${dry_run}" git checkout -b "${pr_branch}" "${remote}/${branch}"
377-
execrelative go run ./release autoversion --channel "${channel}" "${new_version}" --dry-run
377+
execrelative go run ./release autoversion --channel "${channel}" "${new_version}" --dry-run="${dry_run}"
378378
maybedryrun "${dry_run}" git add docs
379379
maybedryrun "${dry_run}" git commit -m "${title}"
380380
# Return to previous branch.

0 commit comments

Comments
 (0)