Skip to content

Commit

Permalink
fixed alpha versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecoomber committed Dec 13, 2024
2 parents ea97948 + 51c0357 commit 2edd7c5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/on-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
with:
token: ${{ secrets.PAT }}
- uses: subosito/flutter-action@v2
with:
cache: true
channel: stable
flutter-version: 3.24.x # TODO UX-1347
- name: Setup flutter
run: flutter pub get
- name: Lint and format
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: subosito/flutter-action@v2
with:
cache: true
channel: stable
flutter-version: 3.24.x # TODO UX-1347
- name: Install dependencies
run: flutter pub get
- name: Format code
Expand All @@ -35,6 +37,8 @@ jobs:
- uses: subosito/flutter-action@v2
with:
cache: true
channel: stable
flutter-version: 3.24.x # TODO UX-1347
- name: Setup flutter
run: flutter pub get
- name: Build example app
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- uses: subosito/flutter-action@v2
with:
cache: true
channel: stable
flutter-version: 3.24.x # TODO UX-1347
- uses: ZebraDevs/flutter-code-quality@main
with:
token: ${{secrets.GITHUB_TOKEN}}
Expand Down Expand Up @@ -50,6 +52,8 @@ jobs:
- uses: subosito/flutter-action@v2
with:
cache: true
channel: stable
flutter-version: 3.24.x # TODO UX-1347
- name: Setup flutter
run: flutter pub get
- name: Build example app
Expand Down

0 comments on commit 2edd7c5

Please sign in to comment.