Skip to content

Commit 878b31e

Browse files
Updated publish workflow to use dart pub publish.
1 parent ddd98fc commit 878b31e

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
@@ -18,4 +18,4 @@ jobs:
1818
- name: Install dependencies
1919
run: dart pub get
2020
- name: Publish
21-
run: flutter pub publish --force
21+
run: dart pub publish --force

0 commit comments

Comments
 (0)