Skip to content

Commit 2ca817f

Browse files
committed
Fix CI tag name restrictions
1 parent 502efd3 commit 2ca817f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tag-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
tags:
4-
- "[12].[0-9]+.[0-9]+-beta.[0-9]+"
4+
- "[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+"
55

66
name: "Beta Tag"
77

.github/workflows/tag-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
tags:
4-
- "[12].[0-9]+.[0-9]+"
4+
- "[0-9]+.[0-9]+.[0-9]+"
55

66
name: "Stable Tag"
77

0 commit comments

Comments
 (0)