diff --git a/.github/workflows/release_test_apk.yml b/.github/workflows/release_test_apk.yml index 5d08833..41c17cc 100644 --- a/.github/workflows/release_test_apk.yml +++ b/.github/workflows/release_test_apk.yml @@ -23,8 +23,6 @@ jobs: with: channel: 'stable' - run: flutter pub get -# - run: dart format --set-exit-if-changed . -# - run: flutter analyze . - run: flutter build apk - name: Push Release to Github uses: ncipollo/release-action@v1