From d319eb21879eba6ad34f24c51883bc1b1682d3fe Mon Sep 17 00:00:00 2001 From: itchyny Date: Fri, 28 Jul 2023 17:47:51 +0900 Subject: Fix PR creation by using fully qualified refname on release --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d17223d7..4375d87d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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" -- cgit v1.2.3