Skip to content

Commit f27f89f

Browse files
committed
fix(ci): enable version bumping for beta releases to avoid tag conflicts
1 parent 6a8d2ce commit f27f89f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
release_type: 'beta'
2626
source_branch: 'test'
2727
target_branch: 'test'
28-
should_bump_version: false
28+
should_bump_version: true
2929
is_prerelease: true
3030
secrets: inherit
3131

0 commit comments

Comments
 (0)