Skip to content

Commit

Permalink
ci: Fix flutter yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Apr 22, 2024
1 parent ba1a9a1 commit e8450ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-pub-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sudo apt install wget curl file unzip zip xz-utils -y
- name: Install Flutter SDK
- uses: subosito/flutter-action@v2
uses: subosito/flutter-action@v2
with:
flutter-version: '3.19.6'
channel: 'stable'
Expand Down

0 comments on commit e8450ed

Please sign in to comment.