Skip to content

Commit 5abbd6a

Browse files
committed
fix(chore): Fix github PR creation in release prepare
1 parent ea783bb commit 5abbd6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-prepare.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ jobs:
107107
--base main \
108108
--head ${{ env.RELEASE_BRANCH }} \
109109
--title "Release v${{ inputs.version }}" \
110-
--body-file .changelog_content \
111-
--draft false
110+
--body-file .changelog_content
112111
113112
echo "Pull Request created. Please review the PR, make any necessary adjustments, and merge when ready."
114113

0 commit comments

Comments
 (0)