We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54ff57 commit b9779afCopy full SHA for b9779af
scripts/release.sh
@@ -384,7 +384,7 @@ You can follow the release progress [here](https://github.com/coder/coder/action
384
fi
385
386
# Push the branch so it's available for gh to create the PR.
387
- maybedryrun "${dry_run}" git push -u "{remote}" "${pr_branch}"
+ maybedryrun "${dry_run}" git push -u "${remote}" "${pr_branch}"
388
389
log "Creating pull request..."
390
maybedryrun "${dry_run}" gh pr create \
0 commit comments