Skip to content

Commit

Permalink
ci: Fix release workflow (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Apr 12, 2024
1 parent 98f4a26 commit 16674fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-automated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup dart
uses: dart-lang/setup-dart@v1
with:
sdk: '3.0.0' # Set to 3.0.0 due to Parse Dart SDK compatibility, can be removed later on
sdk: '3.0'
- name: Setup flutter
if: env.package == 'flutter'
uses: subosito/flutter-action@v2
Expand Down

0 comments on commit 16674fd

Please sign in to comment.