Skip to content

Commit 588d9a5

Browse files
Try defining the template via body-file.
1 parent 71369a1 commit 588d9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prep-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Create pull request
8080
run: |
81-
gh pr create -B "${BASE_BRANCH}" -H release/"${NEW_VERSION}" --title "Release v${NEW_VERSION}" --template "release.md" --draft
81+
gh pr create -B "${BASE_BRANCH}" -H release/"${NEW_VERSION}" --title "Release v${NEW_VERSION}" --body-file ".github/PULL_REQUEST_TEMPLATE/release.md" --draft
8282
env:
8383
BASE_BRANCH: ${{ github.ref_name }}
8484
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)