Skip to content

Commit 036a2f1

Browse files
committed
fixes publishing to pub.dev
1 parent c83c035 commit 036a2f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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]+*'
6+
- '[0-9]+.[0-9]+.[0-9]+*'
77

88
jobs:
99
publish:

0 commit comments

Comments
 (0)