We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aeaa82 commit 3415009Copy full SHA for 3415009
1 file changed
.github/workflows/build.yml
@@ -68,7 +68,7 @@ jobs:
68
shell: pwsh
69
run: |
70
$tag = "${{ github.ref_name }}"
71
- if ($tag -notmatch '^v\d{4}\.\d{2}\.') {
+ if ($tag -notmatch '^v\d{4}\.\d{1,2}\.') {
72
throw "Tag '$tag' does not match CalVer format (e.g. v2026.02.1)"
73
}
74
0 commit comments