Skip to content

Commit 615af47

Browse files
committed
fix(ci): use glob pattern instead of regex for release tags & fix ignore pattern
1 parent adebf6f commit 615af47

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
tags:
6-
- "v[0-9]+.[0-9]+.[0-9]+"
6+
- "v*.*.*"
77

88
concurrency:
99
group: release

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ docs/plans/
1717
*.pdb
1818
*.exe
1919
*.mp4
20-
workflows/
20+
/workflows/
2121

2222
# Editor directories and files
2323
.idea

0 commit comments

Comments
 (0)