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 c29dc87 commit bec4b43Copy full SHA for bec4b43
.github/workflows/publish.yaml
@@ -34,7 +34,7 @@ jobs:
34
run: cat $GITHUB_ENV
35
36
- name: pub get
37
- run: flutter pub get
+ run: dart pub get
38
39
# - run: sed -i "s|^version: .*|version: ${RELEASE_VERSION}|" pubspec.yaml
40
- run: dart pub publish --skip-validation --force
0 commit comments