Skip to content

Commit

Permalink
Fix PR creation by using fully qualified refname on release
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny authored Jul 28, 2023
1 parent 17889a1 commit d319eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,5 +396,5 @@ jobs:
title="Update signatures of ${TAG_NAME#jq-}"
git commit -m "$title"
branch="update-signatures-${TAG_NAME#jq-}"
git push origin "HEAD:$branch"
git push origin "HEAD:refs/heads/$branch"
gh pr create --title "$title" --body "" --head "$branch"

0 comments on commit d319eb2

Please sign in to comment.