Skip to content

Commit a7717c8

Browse files
committed
fix tag name
1 parent 0cd0ad3 commit a7717c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22
on:
33
push:
44
tags:
5-
- 'v[0-9]+.[0-9]+.[0-9]+'
5+
- '[0-9]+.[0-9]+.[0-9]+'
66

77
jobs:
88
build:

0 commit comments

Comments
 (0)