From 49a384ab7557a96bb4485801e6c1b4fc501f6bc6 Mon Sep 17 00:00:00 2001 From: Stephen Kirby Date: Mon, 24 Jun 2024 16:13:53 +0000 Subject: [PATCH] fixed script ref --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index ec887cd9c3dc1..f7babf2809464 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 \