Skip to content

Commit 143b965

Browse files
committed
draft is not needed anymore since CI is triggered automatically
1 parent a2adb67 commit 143b965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/bump-versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ create_pr() {
200200

201201
gh pr create --title "[chore] Prepare release $next_version" \
202202
--body "This PR updates the version from $current_version to $next_version" \
203-
--base main --head "$branch_name" --draft
203+
--base main --head "$branch_name"
204204
}
205205

206206
# TODO: Once Collector 1.0 is released, we can consider removing the

0 commit comments

Comments
 (0)