1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Fix gh pr create option on release

This commit is contained in:
itchyny
2023-07-28 10:04:35 +09:00
parent 72f147e82e
commit b33725c96e

View File

@ -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 ""