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 6e3eabe commit 1690e3dCopy full SHA for 1690e3d
.github/workflows/publish.yml
@@ -18,5 +18,6 @@ jobs:
18
channel: stable
19
- name: Install dependencies
20
run: flutter pub get
21
+ - uses: dart-lang/setup-dart@v1
22
- name: Publish
23
run: dart pub publish --force
0 commit comments