Skip to content

Commit

Permalink
chore: deploy staging with wasm (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsgalarraga authored May 23, 2024
1 parent b035220 commit b9631bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_app_staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: "stable"
channel: master
flutter-version: 3.22.0-41.0.pre
- run: flutter packages get
- run: flutter build web -t lib/main_staging.dart --dart-define RECAPTCHA_KEY=${{ secrets.RECAPTCHA_KEY }} --wasm

Expand Down

0 comments on commit b9631bb

Please sign in to comment.