From 747114fc805f0ce1a99be376278f6dd8c63d3f67 Mon Sep 17 00:00:00 2001 From: Ellet Date: Thu, 16 Nov 2023 21:29:14 +0300 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 15 ++++++++------- flutter_quill_extensions/CHANGELOG.md | 1 + flutter_quill_extensions/pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index da9db487..2a963c87 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,13 +20,6 @@ jobs: - name: Check flutter version run: flutter --version - # This is needed in order for the authentication to success - # dart pub token add https://pub.dev --env-var PUB_TOKEN - # Requests to "https://pub.dev" will now be authenticated using the secret token stored in the environment variable "PUB_TOKEN". - # - uses: dart-lang/setup-dart@v1 - - name: Update the authorization requests to "https://pub.dev" to use the environment variable "PUB_TOKEN". - run: dart pub token add https://pub.dev --env-var PUB_TOKEN - - name: Install dependencies run: flutter pub get @@ -35,6 +28,14 @@ jobs: - name: Re-generate the translations run: ./scripts/regenerate-translations.sh + + + # This is needed in order for the authentication to success + # dart pub token add https://pub.dev --env-var PUB_TOKEN + # Requests to "https://pub.dev" will now be authenticated using the secret token stored in the environment variable "PUB_TOKEN". + # - uses: dart-lang/setup-dart@v1 + - name: Update the authorization requests to "https://pub.dev" to use the environment variable "PUB_TOKEN". + run: dart pub token add https://pub.dev --env-var PUB_TOKEN - name: Publish run: flutter pub publish --force diff --git a/flutter_quill_extensions/CHANGELOG.md b/flutter_quill_extensions/CHANGELOG.md index 4653cf94..66fd1d19 100644 --- a/flutter_quill_extensions/CHANGELOG.md +++ b/flutter_quill_extensions/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. ## 0.6.12 * The `FlutterQuillLocalizations.delegate` is no longer a requirement. +* Requiring `flutter_quill` version `8.6.0` as minimum ## 0.6.11 * Support for the latest version of `flutter_quill` diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index 5e3d3acb..88b71f1d 100644 --- a/flutter_quill_extensions/pubspec.yaml +++ b/flutter_quill_extensions/pubspec.yaml @@ -33,7 +33,7 @@ dependencies: universal_html: ^2.2.4 cross_file: ^0.3.3+6 - flutter_quill: ^8.5.0 + flutter_quill: ^8.5.6 photo_view: ^0.14.0 # Plugins