Skip to content

Commit cb9d544

Browse files
committed
Fix GitHub Actions workflow tag names
1 parent 2e00fb5 commit cb9d544

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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-
- "v[12].[0-9]+.[0-9]+-beta.[0-9]+"
4+
- "[12].[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-
- "v[12].[0-9]+.[0-9]+"
4+
- "[12].[0-9]+.[0-9]+"
55

66
name: "Stable Tag"
77

0 commit comments

Comments
 (0)