Skip to content

Commit 9e5d3ef

Browse files
committed
fix(ci): use tags without v prefix
Signed-off-by: Bence Csati <bence.csati@axoflow.com>
1 parent 65ffcc2 commit 9e5d3ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22

33
on:
44
push:
5-
tags: ["v[0-9]+.[0-9]+.[0-9]+*"]
5+
tags: ["[0-9]+.[0-9]+.[0-9]+*"]
66

77
permissions:
88
contents: read

0 commit comments

Comments
 (0)