Skip to content

Commit

Permalink
didn't actually write that draftpr function
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler committed Dec 21, 2023
1 parent 897f7cd commit 186f00e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion release-pr/release-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ main() {
git push origin "${RELEASE_BRANCH}" --force

# Create a draft PR
create_draft_pr RELEASE_MESSAGE
if gh pr view "${RELEASE_BRANCH}"; then
echo_info "PR Already Exists"
return
Expand Down

0 comments on commit 186f00e

Please sign in to comment.