Skip to content

Commit

Permalink
change head arg
Browse files Browse the repository at this point in the history
  • Loading branch information
alixander committed Sep 28, 2024
1 parent 8a1fb2d commit 142e097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ _7_ensure_pr() {
fi

ensure_github_user
pr_url="$(sh_c gh pr create --fill --body "'$body'" --head="$GITHUB_USER:$SRC_PREFIX$VERSION" | tee /dev/stderr)"
pr_url="$(sh_c gh pr create --fill --body "'$body'" --head="$VERSION" | tee /dev/stderr)"
_7_ensure_pr_repodir
}

Expand Down

0 comments on commit 142e097

Please sign in to comment.