Skip to content

Commit

Permalink
Fix variable casing
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Oct 29, 2024
1 parent 887945d commit 275aacc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
# TODO(JonasWanke): re-enable beta CI when next stable Flutter version
# including breaking changes to Color are released
flutterChannel: [stable]
flutter-channel: [stable]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand All @@ -42,7 +42,7 @@ jobs:
matrix:
# TODO(JonasWanke): re-enable beta CI when next stable Flutter version
# including breaking changes to Color are released
flutterChannel: [stable]
flutter-channel: [stable]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand All @@ -65,7 +65,7 @@ jobs:
matrix:
# TODO(JonasWanke): re-enable beta CI when next stable Flutter version
# including breaking changes to Color are released
flutterChannel: [stable]
flutter-channel: [stable]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down

0 comments on commit 275aacc

Please sign in to comment.