Skip to content

Commit dc16024

Browse files
committed
(Github Actions): Fix tag pattern
Signed-off-by: Victor Otieno <[email protected]>
1 parent 67532c9 commit dc16024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
# must align with the tag-pattern configured on pub.dev
77
# tag-pattern on pub.dev: 'v{{version}}'
88
# where {{version}} is identical to what we have in pubspec.yaml
9-
- "[0-9]+.[0-9]+.[0-9]+"
9+
- "v[0-9]+.[0-9]+.[0-9]+"
1010

1111
jobs:
1212
publishing:

0 commit comments

Comments
 (0)