Skip to content

Commit ac38a44

Browse files
committed
Fix the tag pattern
1 parent 9ae00d9 commit ac38a44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
fi
3737
- uses: rmeneely/git-next-version@v1
3838
with:
39+
tag_pattern: '[0-9]*.[0-9]*.[0-9]*'
3940
increment: 'minor'
4041
- name: Set final version
4142
id: set_version

0 commit comments

Comments
 (0)