Skip to content

Commit 9fc51f1

Browse files
author
Ellet
committed
Update publish.yml
1 parent 3add0cd commit 9fc51f1

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
@@ -14,8 +14,8 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: dart-lang/setup-dart@v1
1616
- name: Install dependencies
17-
run: dart pub get
17+
run: flutter pub get
1818
# Here you can insert custom steps you need
1919
# - run: dart tool/generate-code.dart
2020
- name: Publish
21-
run: dart pub publish --force
21+
run: flutter pub publish --force

0 commit comments

Comments
 (0)