Skip to content

Commit

Permalink
use correct flutter version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisMoschina committed Oct 21, 2024
1 parent d2c9993 commit e2830c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 'stable' # You can specify a specific Flutter version if needed
channel: stable # You can specify a specific Flutter version if needed
flutter-version-file: pubspec.yaml

# Install dependencies
Expand Down

0 comments on commit e2830c8

Please sign in to comment.