Skip to content

Commit

Permalink
cd: upgrade flutter version to 3.28.0-0.1.pre
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Jan 4, 2025
1 parent 30e0378 commit 780f5de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/spotube-release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ on:
description: Dry run without uploading to release

env:
FLUTTER_VERSION: 3.27.0
FLUTTER_VERSION: 3.28.0-0.1.pre
FLUTTER_CHANNEL: beta

permissions:
contents: write
Expand Down Expand Up @@ -68,6 +69,7 @@ jobs:
cache: true
cache-key: ${{ runner.os }}-flutter-${{ hashFiles('**/pubspec.yaml') }}
flutter-version: ${{ env.FLUTTER_VERSION }}
channel: ${{ env.FLUTTER_CHANNEL }}
- name: Setup Java
if: ${{matrix.platform == 'android'}}
uses: actions/setup-java@v4
Expand Down

0 comments on commit 780f5de

Please sign in to comment.