Skip to content

Commit 8986d65

Browse files
Fix release CI tag filter
1 parent 4fc9180 commit 8986d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ run-name: Release ${{ github.ref_name }}
33
on:
44
push:
55
tags:
6-
- v
6+
- v*
77

88
jobs:
99
build_windows_binaries:

0 commit comments

Comments
 (0)