Closed cnixbtc closed 9 months ago
Previous attempts to publish to pub.dev failed due to Flutter not being installed on the runner.
I tried running this workflow in my fork of the repo where it successfully ran through: cnixbtc/breez-sdk-flutter:publish ✅
We need to keep the dart-lang/setup-dart step around because this is where the runner authenticates to pub.dev. Even though the dart version will then be overridden in the flutter-actions/setup-flutter step.
dart-lang/setup-dart
flutter-actions/setup-flutter
Previous attempts to publish to pub.dev failed due to Flutter not being installed on the runner.
I tried running this workflow in my fork of the repo where it successfully ran through: cnixbtc/breez-sdk-flutter:publish ✅
We need to keep the
dart-lang/setup-dart
step around because this is where the runner authenticates to pub.dev. Even though the dart version will then be overridden in theflutter-actions/setup-flutter
step.