Skip to content

Commit 419d9af

Browse files
committed
Fix tag in pipeline
1 parent 4963501 commit 419d9af

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
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
tags:
6-
- "v*"
6+
- "*.*.*"
77

88
permissions:
99
contents: write

0 commit comments

Comments
 (0)