Skip to content

Commit a5ed3a7

Browse files
authored
chore: fix sdk_release_pr script (#693)
1 parent 0bf375c commit a5ed3a7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ci-scripts/sdk_release_pr.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,4 @@ gh pr create \
4040
--head "$pr_branch" \
4141
--label release \
4242
--title "$msg" \
43-
--body "Release ${version}" \
44-
--dry-run
43+
--body "Release ${version}"

0 commit comments

Comments
 (0)