From b33725c96e36d82e4eb8d3871e7565f43a0c6251 Mon Sep 17 00:00:00 2001 From: itchyny Date: Fri, 28 Jul 2023 10:04:35 +0900 Subject: Fix gh pr create option 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 080a8f29..f2070c62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -394,4 +394,4 @@ jobs: git config user.name 'github-actions[bot]' git config user.email 'github-actions[bot]@users.noreply.github.com' git commit -m "Update signatures of ${TAG_NAME#jq-}" - gh pr create --title "Update signatures of ${TAG_NAME#jq-}" + gh pr create --title "Update signatures of ${TAG_NAME#jq-}" --body "" -- cgit v1.2.3