Skip to content

Commit

Permalink
Fix CI tag name restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Dec 14, 2022
1 parent 502efd3 commit 2ca817f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag-beta.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
tags:
- "[12].[0-9]+.[0-9]+-beta.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+"

name: "Beta Tag"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-stable.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
tags:
- "[12].[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+"

name: "Stable Tag"

Expand Down

0 comments on commit 2ca817f

Please sign in to comment.