Skip to content

Commit

Permalink
Changed gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Code42Maestro committed Oct 7, 2023
1 parent 6c0db4c commit 0fe336f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.3.3'
flutter-version: "3.0.0"
channel: 'stable'
cache: true
- name: Install dependencies
run: flutter pub get
- name: Analyze
Expand Down

0 comments on commit 0fe336f

Please sign in to comment.