From 3d6c9799e3fcbc99d7cd6c727369f59866eb19b7 Mon Sep 17 00:00:00 2001 From: Stephen Kirby <58410745+stirby@users.noreply.github.com> Date: Mon, 24 Jun 2024 11:27:13 -0500 Subject: [PATCH] fixed script ref (#13647) --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index ec887cd9c3..f7babf2809 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -384,7 +384,7 @@ You can follow the release progress [here](https://github.com/coder/coder/action fi # Push the branch so it's available for gh to create the PR. - maybedryrun "${dry_run}" git push -u "{remote}" "${pr_branch}" + maybedryrun "${dry_run}" git push -u "${remote}" "${pr_branch}" log "Creating pull request..." maybedryrun "${dry_run}" gh pr create \