Skip to content

Commit 5ee88a0

Browse files
committed
Fix semver major regex pattern
1 parent 055a975 commit 5ee88a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
branching_model: "trunk-based"
5757
prefix: v
5858
main_branch_name: main
59-
major_regex: "^major/.+"
59+
major_pattern: "(?i)^(.+:)?(major/.+)"
6060
-
6161
name: Create tag
6262
uses: actions/github-script@v7

0 commit comments

Comments
 (0)