Skip to content

Commit 581bfa6

Browse files
authored
Update publish.yml
1 parent b613f8a commit 581bfa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish to pub.dev
33
on:
44
push:
55
tags:
6-
- 'v[0-9]+.[0-9]+.[0-9]+*' # tag pattern on pub.dev: 'v'
6+
- '[0-9]+.[0-9]+.[0-9]+*' # tag pattern on pub.dev: 'v'
77

88
# Publish using custom workflow
99
jobs:

0 commit comments

Comments
 (0)