diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9f3e4d7..066093b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -58,9 +58,6 @@ jobs: - uses: subosito/flutter-action@v1 with: channel: 'stable' - - - name: Exclude Example application - run: rm -rf example - name: Install dependencies run: flutter pub get