fixed script ref (#13647)

This commit is contained in:
Stephen Kirby
2024-06-24 11:27:13 -05:00
committed by GitHub
parent b4a5c7ffa9
commit 3d6c9799e3
+1 -1
View File
@@ -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 \