We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3add0cd commit 9fc51f1Copy full SHA for 9fc51f1
.github/workflows/publish.yml
@@ -14,8 +14,8 @@ jobs:
14
- uses: actions/checkout@v3
15
- uses: dart-lang/setup-dart@v1
16
- name: Install dependencies
17
- run: dart pub get
+ run: flutter pub get
18
# Here you can insert custom steps you need
19
# - run: dart tool/generate-code.dart
20
- name: Publish
21
- run: dart pub publish --force
+ run: flutter pub publish --force
0 commit comments