Skip to content

Commit

Permalink
💚 use flutter beta channel
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Nov 19, 2024
1 parent 47adb45 commit 523e96b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
channel: beta
- run: flutter --version
- name: Install dependencies
run: flutter pub get
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
channel: beta
- run: flutter --version
- name: Install dependencies
run: flutter pub get
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
channel: beta
- run: flutter --version
- name: Install dependencies
run: flutter pub get
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_chrome.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
channel: beta
- run: flutter --version
- name: Install dependencies
run: flutter pub get
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
channel: beta
- run: flutter --version
- name: Install dependencies
run: flutter pub get
Expand Down

0 comments on commit 523e96b

Please sign in to comment.