diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ac60cf6b..d2022711 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,8 +14,8 @@ jobs: - uses: actions/checkout@v3 - uses: dart-lang/setup-dart@v1 - name: Install dependencies - run: dart pub get + run: flutter pub get # Here you can insert custom steps you need # - run: dart tool/generate-code.dart - name: Publish - run: dart pub publish --force + run: flutter pub publish --force