From d3171ebe220b45a8556ce68fa00973efb63d24f6 Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Thu, 10 Mar 2022 17:18:50 +0800 Subject: [PATCH] [ci] Fill in the pull request body --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a448e4ab1d939..d03c3f86a3b04 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -421,6 +421,6 @@ jobs: git commit -m "Bump version to $next_version" git push origin "bump/$next_version" # Create pull request - gh pr create -B master -t "[misc] Bump version to $next_version" + gh pr create -B master -t "[misc] Bump version to $next_version" -b "Bump version to $next_version" env: GITHUB_TOKEN: ${{ secrets.GARDENER_PAT }}