8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a5c7f commit 3d6c979Copy full SHA for 3d6c979
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