Skip to content

Commit

Permalink
fix: fix ci actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall committed Jun 24, 2022
1 parent e6886c7 commit 5e3e68a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch:

env:
flutterVersion: "2.8.1"
flutterVersion: "2.2.0"
packages: "[\"kraken_animation_player\", \"kraken_camera\", \"kraken_video_player\", \"kraken_websocket\", \"kraken_webview\"]"

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand All @@ -31,6 +31,7 @@ jobs:
runs-on: ubuntu-latest
needs: [ setup ]
strategy:
fail-fast: false
matrix:
value: ${{fromJson(needs.setup.outputs.matrix)}}
steps:
Expand Down

0 comments on commit 5e3e68a

Please sign in to comment.