diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 02390f6..09f7d8c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,6 +13,8 @@ jobs: - uses: actions/checkout@v4.1.5 - uses: subosito/flutter-action@v2.16.0 + with: + channel: stable - run: flutter build web --release --web-renderer canvaskit