Skip to content

Commit 2e3c357

Browse files
Update publish.yml
1 parent 8bc92be commit 2e3c357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish to pub.dev
33
on:
44
push:
55
tags:
6-
- '[0-9]+.[0-9]+.[0-9]+*' # tag pattern on pub.dev: 'v{{version}'
6+
- '[0-9]+\.[0-9]+\.[0-9]+*'
77

88
# Publish using custom workflow
99
jobs:
@@ -17,4 +17,4 @@ jobs:
1717
- name: Install dependencies
1818
run: dart pub get
1919
- name: Publish
20-
run: dart pub publish --force
20+
run: dart pub publish --force

0 commit comments

Comments
 (0)